fix: 调整英雄顶部UI位置和尺寸

- 将ha1.prefab中顶部节点的Y坐标从90.171改为80
- HeroViewComp中顶部节点位置不再随等级变化,固定为Y=80
- 始终显示顶部血条,不再根据血量条件隐藏
- 调整top.prefab中多个UI元素的位置和尺寸,包括血条长度从50改为40,容器宽度从173改为140
This commit is contained in:
panw
2026-04-01 10:26:57 +08:00
parent 38f0863583
commit b013086567
3 changed files with 8 additions and 8 deletions

View File

@@ -560,7 +560,7 @@
"value": {
"__type__": "cc.Vec3",
"x": 0,
"y": 90.171,
"y": 80,
"z": 0
}
},