summaryrefslogtreecommitdiffstats
path: root/project.godot
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-09-18 19:38:35 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-09-18 19:42:01 -0400
commit32bf9d2024362d45dc351c8f1d0b3b301caf1131 (patch)
treefb6540bce94cb55c6123ecfe1327abeabea2925f /project.godot
parentffc92ed12c6e680776d355ff9fcef70e5e28d7c8 (diff)
downloadgame_jam49-32bf9d2024362d45dc351c8f1d0b3b301caf1131.tar.gz
game_jam49-32bf9d2024362d45dc351c8f1d0b3b301caf1131.zip
Organize World Gen Stuff
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot4
1 files changed, 2 insertions, 2 deletions
diff --git a/project.godot b/project.godot
index a22cfe0..26f3e5b 100644
--- a/project.godot
+++ b/project.godot
@@ -27,8 +27,8 @@ config/icon="res://icon.png"
[autoload]
Settings="*res://singletons/settings.gd"
-ChunkLoader="*res://ChunkLoader.gd"
-ChunkGen="*res://ChunkGen.gd"
+ChunkLoader="*res://world/chunk/ChunkLoader.gd"
+ChunkGen="*res://world/chunk/ChunkGen.gd"
[display]