feat: 统一英雄缩放比例并调整血条UI尺寸

将多个英雄预制体的缩放比例从0.6/0.7统一调整为1,使视觉表现更一致。
同时调整血条UI的宽度和边框,优化显示效果。
This commit is contained in:
walkpan
2026-03-25 22:15:15 +08:00
parent f436e47d8d
commit e064c5e133
30 changed files with 2118 additions and 1785 deletions

View File

@@ -2554,10 +2554,10 @@
"height": 179,
"rawWidth": 248,
"rawHeight": 179,
"borderTop": 40,
"borderBottom": 30,
"borderLeft": 32,
"borderRight": 34,
"borderTop": 12,
"borderBottom": 12,
"borderLeft": 14,
"borderRight": 16,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff