From 32bf9d2024362d45dc351c8f1d0b3b301caf1131 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Sun, 18 Sep 2022 19:38:35 -0400 Subject: Organize World Gen Stuff --- project.godot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project.godot') 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] -- cgit v1.2.3