Wire engine feature services into game skeleton

This commit is contained in:
2026-06-09 22:58:42 +08:00
parent d353e91f5e
commit d41f9d1096
30 changed files with 680 additions and 77 deletions
+1
View File
@@ -10,6 +10,7 @@
## References
- `../assets/ASSETS.md`:全局资源槽位,包含字体、音频、PVF、NPK、SoundPack 和角色动画 fallback 路径。
- `controls.md`:玩家操作、平台输入映射和开发调试快捷键。
- `engine_capability_audit.md`:引擎已有能力复盘,以及游戏层应优先复用的系统。
- `game_skeleton.md`:当前游戏骨架如何接入引擎基础能力。