diff options
Diffstat (limited to 'World.tscn')
-rw-r--r-- | World.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,10 +6,11 @@ [sub_resource type="BoxShape" id=23] [sub_resource type="SphereShape" id=24] -radius = 1000.0 +radius = 300.0 [node name="World" type="Spatial"] script = ExtResource( 1 ) +acceleration = 50.0 [node name="Chunks" type="RigidBody" parent="."] collision_layer = 0 |