fix(ui): 调整天赋界面布局和精灵边框
- 更新 aui.plist 中精灵的边框值以正确适配九宫格缩放 - 修改 talents.prefab 中布局组件的参数,优化天赋图标的排列间距和约束
This commit is contained in:
@@ -70,10 +70,10 @@
|
|||||||
"height": 216,
|
"height": 216,
|
||||||
"rawWidth": 200,
|
"rawWidth": 200,
|
||||||
"rawHeight": 216,
|
"rawHeight": 216,
|
||||||
"borderTop": 0,
|
"borderTop": 57,
|
||||||
"borderBottom": 0,
|
"borderBottom": 45,
|
||||||
"borderLeft": 0,
|
"borderLeft": 56,
|
||||||
"borderRight": 0,
|
"borderRight": 49,
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1152,23 +1152,23 @@
|
|||||||
"__id__": 50
|
"__id__": 50
|
||||||
},
|
},
|
||||||
"_resizeMode": 0,
|
"_resizeMode": 0,
|
||||||
"_layoutType": 2,
|
"_layoutType": 3,
|
||||||
"_cellSize": {
|
"_cellSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 40,
|
"width": 40,
|
||||||
"height": 40
|
"height": 40
|
||||||
},
|
},
|
||||||
"_startAxis": 0,
|
"_startAxis": 0,
|
||||||
"_paddingLeft": 0,
|
"_paddingLeft": 39.9,
|
||||||
"_paddingRight": 0,
|
"_paddingRight": 40,
|
||||||
"_paddingTop": 20,
|
"_paddingTop": 50,
|
||||||
"_paddingBottom": 0,
|
"_paddingBottom": 0,
|
||||||
"_spacingX": 0,
|
"_spacingX": 30,
|
||||||
"_spacingY": 5,
|
"_spacingY": 30,
|
||||||
"_verticalDirection": 1,
|
"_verticalDirection": 1,
|
||||||
"_horizontalDirection": 0,
|
"_horizontalDirection": 0,
|
||||||
"_constraint": 0,
|
"_constraint": 2,
|
||||||
"_constraintNum": 2,
|
"_constraintNum": 3,
|
||||||
"_affectedByScale": false,
|
"_affectedByScale": false,
|
||||||
"_isAlign": false,
|
"_isAlign": false,
|
||||||
"_id": ""
|
"_id": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user