From ac9ff136d30cfbd0493f05c0bbb75292515374e9 Mon Sep 17 00:00:00 2001 From: WiseNoodle Date: Sun, 3 Aug 2025 22:16:59 -0400 Subject: [PATCH] Add basic file structure --- splunk/project.godot | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/splunk/project.godot b/splunk/project.godot index a158154..0c5cf34 100644 --- a/splunk/project.godot +++ b/splunk/project.godot @@ -14,6 +14,14 @@ config/name="Splunk" config/features=PackedStringArray("4.4", "Forward Plus") config/icon="res://icon.svg" +[file_customization] + +folder_colors={ +"res://items/": "yellow", +"res://levels/": "green", +"res://player/": "purple" +} + [physics] 3d/physics_engine="Jolt Physics"