diff options
Diffstat (limited to 'world/World.tscn')
-rw-r--r-- | world/World.tscn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/world/World.tscn b/world/World.tscn index e5b4a67..446ad03 100644 --- a/world/World.tscn +++ b/world/World.tscn @@ -7,7 +7,7 @@ radius = 1000.0 [sub_resource type="SphereShape" id=25] -radius = 500.0 +radius = 800.0 [sub_resource type="SphereShape" id=26] radius = 150.0 @@ -56,7 +56,6 @@ linear_damp = 0.5 [node name="CollisionShape" type="CollisionShape" parent="Chunks"] shape = SubResource( 23 ) - [connection signal="area_entered" from="ChunkRenderDistance" to="." method="_on_ChunkRenderDistance_area_entered"] [connection signal="area_exited" from="ChunkRenderDistance" to="." method="_on_ChunkRenderDistance_area_exited"] [connection signal="area_entered" from="ChunkRenderMid" to="." method="_on_ChunkRenderMid_area_entered"] |