diff options
Diffstat (limited to 'World.tscn')
-rw-r--r-- | World.tscn | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -11,7 +11,7 @@ radius = 1000.0 [node name="World" type="Spatial"] script = ExtResource( 1 ) -[node name="WorldGen" type="RigidBody" parent="."] +[node name="Chunks" type="RigidBody" parent="."] collision_layer = 0 collision_mask = 0 can_sleep = false @@ -21,18 +21,18 @@ axis_lock_angular_y = true axis_lock_angular_z = true linear_damp = 0.5 -[node name="CollisionShape" type="CollisionShape" parent="WorldGen"] +[node name="CollisionShape" type="CollisionShape" parent="Chunks"] shape = SubResource( 23 ) -[node name="Chunk" parent="WorldGen" instance=ExtResource( 3 )] +[node name="Chunk" parent="Chunks" instance=ExtResource( 3 )] visible = false collision_layer = 0 -[node name="WorldGenCull" type="Area" parent="."] +[node name="ChunkRenderDistance" type="Area" parent="."] collision_layer = 0 collision_mask = 32 -[node name="Radius" type="CollisionShape" parent="WorldGenCull"] +[node name="Radius" type="CollisionShape" parent="ChunkRenderDistance"] shape = SubResource( 24 ) -[connection signal="area_exited" from="WorldGenCull" to="." method="_on_WorldGenCull_area_exited"] +[connection signal="area_exited" from="ChunkRenderDistance" to="." method="_on_ChunkRenderDistance_area_exited"] |