diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-20 19:08:43 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-20 19:08:43 -0400 |
commit | e726067048dc8771d83ec490767f3ca5ea063219 (patch) | |
tree | 103aa096b3ee6e20d716026070f78a5d89c51d62 /world/World.tscn | |
parent | 743c526b46a1d1c6e0b7ef8b9b0f10b22ee43ab3 (diff) | |
download | game_jam49-e726067048dc8771d83ec490767f3ca5ea063219.tar.gz game_jam49-e726067048dc8771d83ec490767f3ca5ea063219.zip |
Incorporate new assets into the world gen
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"] |