diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 23:50:14 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 23:50:14 -0400 |
commit | 5923cd97dfafd7fee2784a91e81d7d55ed28448e (patch) | |
tree | 163d9c880cb3290bf6d9f685350c9d1472efb60f /World.tscn | |
parent | 80ae65c08a36cca4c42060e5d90b6f58696d75f3 (diff) | |
download | godot_wildjam_49-5923cd97dfafd7fee2784a91e81d7d55ed28448e.tar.gz godot_wildjam_49-5923cd97dfafd7fee2784a91e81d7d55ed28448e.zip |
Generate Stuff in a Chunk
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 |