fix(英雄): 调整英雄模型缩放、血条位置和颜色,优化顶部UI布局

- 调整多个英雄模型(mo1、mo2、ha1、hc1、hh1、hm1、hz1、hm2、mo3、hk1、mo4)的缩放比例(x轴从1改为0.7-0.8)和血条位置(y轴坐标)
- 为英雄阵营单位设置绿色血条(#2ECC71)以区分阵营
- 禁用物理调试绘制以提升性能
- 优化顶部UI(top.prefab)的布局:调整位置、缩放、尺寸,使血条和能量条更紧凑
- 调整hm2英雄的碰撞框尺寸和位置
- 移除mo3和hk1英雄中不必要的UI元素覆盖
- 为mo4英雄添加骷髅图标并调整顶部UI位置和缩放
This commit is contained in:
walkpan
2026-03-18 22:53:49 +08:00
parent b2595cd1b4
commit 8a55f7433b
14 changed files with 379 additions and 566 deletions

View File

@@ -111,7 +111,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -35.876,
"y": -42.371,
"z": 0
},
"_lrot": {
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 230.4,
"height": 230.4
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -580,7 +580,7 @@
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 129.893,
"y": 137.358,
"z": 0
}
},
@@ -646,7 +646,7 @@
],
"value": {
"__type__": "cc.Vec3",
"x": 1,
"x": 0.8,
"y": 1,
"z": 1
}