fix(map): 调整英雄站位坐标并新增CD标签显示
1. 修正MissionHeroComp中的6个英雄占位坐标 2. 在HInfoComp中新增CD标签缓存引用并实现技能CD显示逻辑 3. 更新hnode.prefab的UI布局尺寸与元素位置适配新需求
This commit is contained in:
@@ -8369,7 +8369,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 22.662,
|
||||
"x": 30.129,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -8666,7 +8666,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -120,
|
||||
"x": -121,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -8719,7 +8719,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 75,
|
||||
"x": 82.5,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -8760,7 +8760,7 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 300,
|
||||
"width": 330,
|
||||
"height": 70
|
||||
},
|
||||
"_anchorPoint": {
|
||||
@@ -8894,7 +8894,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 12.329,
|
||||
"x": 16.733,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -9030,7 +9030,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 22.662,
|
||||
"x": 27.066,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -9189,7 +9189,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 67.099,
|
||||
"x": 71.503,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -9339,7 +9339,7 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 150,
|
||||
"width": 165,
|
||||
"height": 30
|
||||
},
|
||||
"_anchorPoint": {
|
||||
@@ -9486,7 +9486,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 40,
|
||||
"x": 53,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -9539,7 +9539,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 75,
|
||||
"x": 82.5,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -9580,7 +9580,7 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 300,
|
||||
"width": 330,
|
||||
"height": 70
|
||||
},
|
||||
"_anchorPoint": {
|
||||
@@ -9714,7 +9714,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 12.329,
|
||||
"x": 16.733,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -9850,7 +9850,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 22.662,
|
||||
"x": 27.066,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -10009,7 +10009,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 71.539,
|
||||
"x": 75.943,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -10159,7 +10159,7 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 150,
|
||||
"width": 165,
|
||||
"height": 30
|
||||
},
|
||||
"_anchorPoint": {
|
||||
@@ -10355,7 +10355,7 @@
|
||||
"_paddingRight": 0,
|
||||
"_paddingTop": 0,
|
||||
"_paddingBottom": 0,
|
||||
"_spacingX": 10,
|
||||
"_spacingX": 9,
|
||||
"_spacingY": 0,
|
||||
"_verticalDirection": 1,
|
||||
"_horizontalDirection": 0,
|
||||
|
||||
Reference in New Issue
Block a user