mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-14 17:42:29 +00:00
feat(*): Replace the test terrain arena with an enclosed standard-size space-platform arena (shared ArenaBoundary floor/walls/ceiling scene, starfield sky, ball CCD) and derive TrainingMode placement bounds from it, dropping the out-of-bounds reward guard
This commit is contained in:
@@ -11,6 +11,7 @@ friction = 0.3
|
||||
[node name="Ball" type="RigidBody3D" groups=["ball"]]
|
||||
mass = 3
|
||||
physics_material_override = SubResource("PhysicsMaterial_ball")
|
||||
continuous_cd = true
|
||||
inertia = Vector3(3, 3, 3)
|
||||
gravity_scale = 0.8
|
||||
linear_damp = 0.1
|
||||
|
||||
Reference in New Issue
Block a user