From 7e75beb7b1f3b1121961f8df36f0fee3cd41cb58 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Tue, 20 Sep 2022 02:00:08 -0400 Subject: Add ability to add static monuments to the world --- world/World.tscn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'world/World.tscn') diff --git a/world/World.tscn b/world/World.tscn index 647f47b..e5b4a67 100644 --- a/world/World.tscn +++ b/world/World.tscn @@ -39,6 +39,10 @@ collision_mask = 32 [node name="Radius" type="CollisionShape" parent="ChunkRenderClose"] shape = SubResource( 26 ) +[node name="Chunk" parent="." instance=ExtResource( 3 )] +visible = false +collision_layer = 0 + [node name="Chunks" type="RigidBody" parent="."] collision_layer = 0 collision_mask = 0 @@ -52,9 +56,6 @@ linear_damp = 0.5 [node name="CollisionShape" type="CollisionShape" parent="Chunks"] shape = SubResource( 23 ) -[node name="Chunk" parent="Chunks" instance=ExtResource( 3 )] -visible = false -collision_layer = 0 [connection signal="area_entered" from="ChunkRenderDistance" to="." method="_on_ChunkRenderDistance_area_entered"] [connection signal="area_exited" from="ChunkRenderDistance" to="." method="_on_ChunkRenderDistance_area_exited"] -- cgit v1.2.3