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