fix(hero prefab): 调整多个英雄预制体的尺寸与偏移参数

统一修正多个英雄prefab的_contentSize、_offset、_size属性数值,同时修复top.prefab的布局尺寸与空引用问题,优化英雄UI显示适配
This commit is contained in:
panFD
2026-08-15 13:15:15 +08:00
parent fad85b96e5
commit 8e5c0d3852
18 changed files with 73 additions and 73 deletions

View File

@@ -777,7 +777,7 @@
"_contentSize": {
"__type__": "cc.Size",
"width": 80,
"height": 100
"height": 65
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -885,12 +885,12 @@
"_offset": {
"__type__": "cc.Vec2",
"x": 0,
"y": 50
"y": 30
},
"_size": {
"__type__": "cc.Size",
"width": 30,
"height": 100
"height": 6
},
"_id": ""
},