feat(技能): 新增plus2到plus5的buff预制体并调整UI布局
- 添加四个新的buff预制体(plus2到plus5),每个包含颜色定制的子节点 - 激活hnode.prefab中的三个子节点并调整其水平位置 - 修改文本宽度和多个UI元素的垂直间距,优化界面显示
This commit is contained in:
@@ -617,7 +617,7 @@
|
||||
"__id__": 23
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 25
|
||||
@@ -631,7 +631,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -50,
|
||||
"x": -25,
|
||||
"y": 3.121,
|
||||
"z": 0
|
||||
},
|
||||
@@ -756,7 +756,7 @@
|
||||
"__id__": 23
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 31
|
||||
@@ -770,7 +770,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -37.5,
|
||||
"x": 0,
|
||||
"y": 3.121,
|
||||
"z": 0
|
||||
},
|
||||
@@ -895,7 +895,7 @@
|
||||
"__id__": 23
|
||||
},
|
||||
"_children": [],
|
||||
"_active": false,
|
||||
"_active": true,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 37
|
||||
@@ -909,7 +909,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -25,
|
||||
"x": 25,
|
||||
"y": 3.121,
|
||||
"z": 0
|
||||
},
|
||||
@@ -1317,7 +1317,7 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": -5,
|
||||
"width": 70,
|
||||
"height": 15
|
||||
},
|
||||
"_anchorPoint": {
|
||||
@@ -1455,7 +1455,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 67.5,
|
||||
"y": -20.912999999999997,
|
||||
"y": -25.888999999999996,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -2044,7 +2044,7 @@
|
||||
"_left": 5,
|
||||
"_right": 5,
|
||||
"_top": 0,
|
||||
"_bottom": 41.587,
|
||||
"_bottom": 36.611000000000004,
|
||||
"_horizontalCenter": 0,
|
||||
"_verticalCenter": 0,
|
||||
"_isAbsLeft": true,
|
||||
@@ -2113,7 +2113,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 67.5,
|
||||
"y": -43.034,
|
||||
"y": -48.01,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -2702,7 +2702,7 @@
|
||||
"_left": 5,
|
||||
"_right": 5,
|
||||
"_top": 0,
|
||||
"_bottom": 19.466,
|
||||
"_bottom": 14.490000000000002,
|
||||
"_horizontalCenter": 0,
|
||||
"_verticalCenter": 0,
|
||||
"_isAbsLeft": true,
|
||||
|
||||
Reference in New Issue
Block a user