feature/auth-system-refactor #8

Merged
moyin merged 6 commits from feature/auth-system-refactor into main 2026-01-02 21:25:30 +08:00
3 changed files with 5 additions and 0 deletions
Showing only changes of commit 709242d223 - Show all commits

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/"
# ============================================================================
# 场景路径

View File

@@ -82,6 +82,8 @@ EventSystem.emit_event("player_moved", {"position": Vector2(100, 200)})
```
scenes/
├── MainScene.tscn # 🎯 主入口场景 - 所有图像显示的入口文件
├── MainScene.gd # 主场景控制器脚本
├── maps/ # 地图场景
│ ├── main_world.tscn # 主世界地图
│ ├── dungeon_01.tscn # 地牢场景

View File

@@ -0,0 +1 @@
uid://cfcsbf2237mm2