feat: 新增天赋系统界面及数据模型

- 添加 TalentsComp 组件实现天赋系统界面,包含等级展示、天赋列表和升级功能
- 在 GameUIConfig 中注册天赋界面配置
- 扩展 SingletonModuleComp 数据结构以支持玩家等级、经验和天赋点存储
- 新增天赋系统设计文档和界面预制体资源
- 启用角色控制器中的天赋界面节点
This commit is contained in:
walkpan
2026-04-26 11:18:55 +08:00
parent 6281c0f1b2
commit a5bff0fcba
13 changed files with 7146 additions and 2422 deletions

View File

@@ -0,0 +1,13 @@
{
"ver": "1.1.50",
"importer": "prefab",
"imported": true,
"uuid": "b0c70366-b71c-4ccd-b0fd-90af5149be5e",
"files": [
".json"
],
"subMetas": {},
"userData": {
"syncNodeName": "talents"
}
}