fix(英雄): 调整多个英雄模型的局部位置和缩放

- 调整 mo6 的局部位置 Y 坐标,使其从 -10.386 变为 -4.98
- 统一调整 mo1, mo2, mo3, mo4, mo5 的局部缩放比例,以修正视觉显示问题
This commit is contained in:
walkpan
2026-03-24 19:42:02 +08:00
parent d6a4cfe07e
commit 9cfdbfed2c
6 changed files with 11 additions and 11 deletions

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -0.85,
"y": 0.85,
"z": 1
},
"_mobility": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.85,
"y": 0.85,
"x": -0.9,
"y": 0.9,
"z": 1
},
"_mobility": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.82,
"y": 0.82,
"x": -0.92,
"y": 0.92,
"z": 1
},
"_mobility": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -0.9,
"y": 0.9,
"z": 1
},
"_mobility": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.82,
"y": 0.82,
"x": -0.92,
"y": 0.92,
"z": 1
},
"_mobility": 0,

View File

@@ -105,7 +105,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -10.386,
"y": -4.98,
"z": 0
},
"_lrot": {