feat(talents): 重构驻场技能页面为天赋图鉴页面
- 调整天赋预制体布局参数,包含容器宽度、边距和间距 - 移除旧的驻场技能相关UI节点引用 - 替换数据来源为卡牌池技能卡,重构列表渲染与排序逻辑 - 更新UI展示逻辑,显示天赋名称、描述、图标和对应品质背景 - 优化组件注释与属性描述,统一代码风格
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1110,7 +1110,7 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 660,
|
||||
"width": 720,
|
||||
"height": 1000
|
||||
},
|
||||
"_anchorPoint": {
|
||||
@@ -1138,8 +1138,8 @@
|
||||
},
|
||||
"_alignFlags": 41,
|
||||
"_target": null,
|
||||
"_left": 30,
|
||||
"_right": 30,
|
||||
"_left": 0,
|
||||
"_right": 0,
|
||||
"_top": 0,
|
||||
"_bottom": 615,
|
||||
"_horizontalCenter": 0,
|
||||
@@ -1180,12 +1180,12 @@
|
||||
"height": 40
|
||||
},
|
||||
"_startAxis": 0,
|
||||
"_paddingLeft": 10,
|
||||
"_paddingRight": 10,
|
||||
"_paddingLeft": 15,
|
||||
"_paddingRight": 15,
|
||||
"_paddingTop": 0,
|
||||
"_paddingBottom": 0,
|
||||
"_spacingX": 20,
|
||||
"_spacingY": 20,
|
||||
"_spacingX": 15,
|
||||
"_spacingY": 15,
|
||||
"_verticalDirection": 1,
|
||||
"_horizontalDirection": 0,
|
||||
"_constraint": 2,
|
||||
@@ -3915,21 +3915,6 @@
|
||||
"__prefab": {
|
||||
"__id__": 170
|
||||
},
|
||||
"title_node": {
|
||||
"__id__": 12
|
||||
},
|
||||
"lbl_level": {
|
||||
"__id__": 78
|
||||
},
|
||||
"lbl_exp": {
|
||||
"__id__": 93
|
||||
},
|
||||
"pb_exp": {
|
||||
"__id__": 108
|
||||
},
|
||||
"lbl_points": {
|
||||
"__id__": 120
|
||||
},
|
||||
"talents_content": {
|
||||
"__id__": 36
|
||||
},
|
||||
@@ -3937,12 +3922,6 @@
|
||||
"__uuid__": "a0cdb31c-0abb-4e12-9dfe-0bd9e8cd7272",
|
||||
"__expectedType__": "cc.Prefab"
|
||||
},
|
||||
"btn_reset": {
|
||||
"__id__": 134
|
||||
},
|
||||
"btn_close": {
|
||||
"__id__": 159
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user