refactor:实现新的项目结构组织
- 添加 _Core/components/ 和 _Core/utils/ 目录 - 重新组织 scenes/ 目录结构,按功能分类 - 迁移 StringUtils.gd 到新的 _Core/utils/ 位置 - 迁移 AuthScene.gd 到新的 scenes/ui/ 位置 - 添加 AI 文档支持目录 docs/AI_docs/ - 添加开发参考文档 claude.md
This commit is contained in:
2
scenes/prefabs/.gitkeep
Normal file
2
scenes/prefabs/.gitkeep
Normal file
@@ -0,0 +1,2 @@
|
||||
# 预制体组件目录
|
||||
# 存放可复用的预制体组件
|
||||
2
scenes/prefabs/characters/.gitkeep
Normal file
2
scenes/prefabs/characters/.gitkeep
Normal file
@@ -0,0 +1,2 @@
|
||||
# 角色预制体目录
|
||||
# 存放可复用的角色组件预制体
|
||||
2
scenes/prefabs/effects/.gitkeep
Normal file
2
scenes/prefabs/effects/.gitkeep
Normal file
@@ -0,0 +1,2 @@
|
||||
# 特效预制体目录
|
||||
# 存放可复用的特效组件预制体
|
||||
2
scenes/prefabs/items/.gitkeep
Normal file
2
scenes/prefabs/items/.gitkeep
Normal file
@@ -0,0 +1,2 @@
|
||||
# 物品预制体目录
|
||||
# 存放可复用的物品组件预制体
|
||||
2
scenes/prefabs/ui/.gitkeep
Normal file
2
scenes/prefabs/ui/.gitkeep
Normal file
@@ -0,0 +1,2 @@
|
||||
# UI预制体目录
|
||||
# 存放可复用的UI组件预制体
|
||||
Reference in New Issue
Block a user