feat(*): Add rounded arena boundaries and reward shaping to curb corner-camping

This commit is contained in:
Josh Creek
2026-07-20 08:20:33 +01:00
parent 6cb5902eb6
commit 3457d4ca84
5 changed files with 376 additions and 13 deletions
+2 -2
View File
@@ -50,10 +50,10 @@ shadow_enabled = true
environment = SubResource("Environment_space")
[node name="GoalTeam0" parent="." instance=ExtResource("6_p57ef")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.79, 17)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.79, 18)
[node name="GoalTeam1" parent="." instance=ExtResource("6_p57ef")]
transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0.79, -17)
transform = Transform3D(-1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0.79, -18)
team = 1
[node name="BallSpawn" type="Marker3D" parent="."]