diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-18 19:38:35 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-18 19:42:01 -0400 |
commit | 32bf9d2024362d45dc351c8f1d0b3b301caf1131 (patch) | |
tree | fb6540bce94cb55c6123ecfe1327abeabea2925f /project.godot | |
parent | ffc92ed12c6e680776d355ff9fcef70e5e28d7c8 (diff) | |
download | game_jam49-32bf9d2024362d45dc351c8f1d0b3b301caf1131.tar.gz game_jam49-32bf9d2024362d45dc351c8f1d0b3b301caf1131.zip |
Organize World Gen Stuff
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 4 |
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] |