From c41361c9a3b2375d9086132eaa6fc54a614cc8ad Mon Sep 17 00:00:00 2001 From: skal Date: Fri, 13 Feb 2026 08:25:20 +0100 Subject: Update workspace.cfg for new directory structure Updated asset_dirs and shader_dirs to reflect reorganization: - Removed legacy assets/ and ../common/ references - Added new directories: music/, weights/, obj/ - Simplified shader_dirs to just shaders/ handoff(Claude): workspace.cfg files updated --- workspaces/main/workspace.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'workspaces/main') diff --git a/workspaces/main/workspace.cfg b/workspaces/main/workspace.cfg index 8026fb5..be8c017 100644 --- a/workspaces/main/workspace.cfg +++ b/workspaces/main/workspace.cfg @@ -8,8 +8,8 @@ target = "demo64k" timeline = "timeline.seq" music = "music.track" assets = "assets.txt" -asset_dirs = ["assets/", "../common/"] -shader_dirs = ["shaders/", "../common/shaders/"] +asset_dirs = ["music/", "weights/", "obj/"] +shader_dirs = ["shaders/"] [options] width = 1280 -- cgit v1.2.3