fix: 调整hm2英雄预制体的位置、缩放和尺寸

调整英雄hm2预制体的局部位置Y坐标,从-42.371改为-34.448。
将缩放系数从0.8调整为0.83。
将内容尺寸从230.4x230.4调整为192x192,以适配新的美术资源或界面布局。
This commit is contained in:
panw
2026-03-23 10:57:59 +08:00
parent 0b2fd128ea
commit d889d27a79

View File

@@ -111,7 +111,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -42.371,
"y": -34.448,
"z": 0
},
"_lrot": {
@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -0.83,
"y": 0.83,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 230.4,
"height": 230.4
"width": 192,
"height": 192
},
"_anchorPoint": {
"__type__": "cc.Vec2",