docs:更新项目结构说明和路径配置

- 更新ProjectPaths.gd中的路径常量
- 更新项目结构说明文档
- 清理临时测试文件的uid引用

确保文档与实际项目结构保持一致
This commit is contained in:
2026-01-02 21:20:31 +08:00
parent 2f1ccbc2cd
commit 709242d223
3 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ class_name ProjectPaths
const CORE_ROOT = "res://_Core/"
const CORE_MANAGERS = CORE_ROOT + "managers/"
const CORE_SYSTEMS = CORE_ROOT + "systems/"
const CORE_COMPONENTS = CORE_ROOT + "components/"
const CORE_UTILS = CORE_ROOT + "utils/"
# ============================================================================
# 场景路径