feat(*): Exempt the floor from the wall-contact penalty, add a tilt penalty for non-upright flight, and double velocity-to-ball shaping

This commit is contained in:
Josh Creek
2026-07-19 15:34:34 +01:00
parent 5973d0893b
commit 7777280062
3 changed files with 42 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
[node name="Match" type="Node3D"]
script = ExtResource("1_m")
bot_model_path = "res://bots/rookie.json"
bot_model_path = "res://bots/run03.json"
[node name="Arena" parent="." instance=ExtResource("2_m")]
+2 -2
View File
@@ -6,8 +6,8 @@
[node name="Spectate" type="Node3D"]
script = ExtResource("1_s")
bot_a_model_path = "res://bots/run02.json"
bot_b_model_path = "res://bots/run01.json"
bot_a_model_path = "res://bots/run03.json"
bot_b_model_path = "res://bots/run03.json"
[node name="Arena" parent="." instance=ExtResource("2_s")]