feat: 新增天赋系统界面及数据模型
- 添加 TalentsComp 组件实现天赋系统界面,包含等级展示、天赋列表和升级功能 - 在 GameUIConfig 中注册天赋界面配置 - 扩展 SingletonModuleComp 数据结构以支持玩家等级、经验和天赋点存储 - 新增天赋系统设计文档和界面预制体资源 - 启用角色控制器中的天赋界面节点
This commit is contained in:
@@ -67,8 +67,8 @@
|
||||
"__type__": "cc.RealCurve",
|
||||
"_times": [
|
||||
0,
|
||||
0.3333333333333333,
|
||||
0.6666666666666666
|
||||
0.3333333432674408,
|
||||
0.6666666865348816
|
||||
],
|
||||
"_values": [
|
||||
{
|
||||
@@ -89,7 +89,7 @@
|
||||
"__type__": "cc.RealKeyframeValue",
|
||||
"interpolationMode": 0,
|
||||
"tangentWeightMode": 0,
|
||||
"value": 1.1,
|
||||
"value": 1.100000023841858,
|
||||
"rightTangent": 0,
|
||||
"rightTangentWeight": 1,
|
||||
"leftTangent": 0,
|
||||
@@ -127,8 +127,8 @@
|
||||
"__type__": "cc.RealCurve",
|
||||
"_times": [
|
||||
0,
|
||||
0.3333333333333333,
|
||||
0.6666666666666666
|
||||
0.3333333432674408,
|
||||
0.6666666865348816
|
||||
],
|
||||
"_values": [
|
||||
{
|
||||
@@ -149,7 +149,7 @@
|
||||
"__type__": "cc.RealKeyframeValue",
|
||||
"interpolationMode": 0,
|
||||
"tangentWeightMode": 0,
|
||||
"value": 1.1,
|
||||
"value": 1.100000023841858,
|
||||
"rightTangent": 0,
|
||||
"rightTangentWeight": 1,
|
||||
"leftTangent": 0,
|
||||
@@ -187,8 +187,8 @@
|
||||
"__type__": "cc.RealCurve",
|
||||
"_times": [
|
||||
0,
|
||||
0.3333333333333333,
|
||||
0.6666666666666666
|
||||
0.3333333432674408,
|
||||
0.6666666865348816
|
||||
],
|
||||
"_values": [
|
||||
{
|
||||
|
||||
1646
assets/resources/gui/element/prefab_talent_item.prefab
Normal file
1646
assets/resources/gui/element/prefab_talent_item.prefab
Normal file
File diff suppressed because it is too large
Load Diff
13
assets/resources/gui/element/prefab_talent_item.prefab.meta
Normal file
13
assets/resources/gui/element/prefab_talent_item.prefab.meta
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ver": "1.1.50",
|
||||
"importer": "prefab",
|
||||
"imported": true,
|
||||
"uuid": "a0cdb31c-0abb-4e12-9dfe-0bd9e8cd7272",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {
|
||||
"syncNodeName": "prefab_talent_item"
|
||||
}
|
||||
}
|
||||
2212
assets/resources/gui/element/talents.prefab
Normal file
2212
assets/resources/gui/element/talents.prefab
Normal file
File diff suppressed because it is too large
Load Diff
13
assets/resources/gui/element/talents.prefab.meta
Normal file
13
assets/resources/gui/element/talents.prefab.meta
Normal 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"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -19118,7 +19118,7 @@
|
||||
"__id__": 1109
|
||||
}
|
||||
],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 1126
|
||||
|
||||
Reference in New Issue
Block a user