fix(英雄): 调整多个英雄模型的局部位置和缩放
- 调整 mo6 的局部位置 Y 坐标,使其从 -10.386 变为 -4.98 - 统一调整 mo1, mo2, mo3, mo4, mo5 的局部缩放比例,以修正视觉显示问题
This commit is contained in:
@@ -123,8 +123,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -0.8,
|
||||
"y": 0.8,
|
||||
"x": -0.85,
|
||||
"y": 0.85,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
|
||||
@@ -123,8 +123,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -0.85,
|
||||
"y": 0.85,
|
||||
"x": -0.9,
|
||||
"y": 0.9,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
|
||||
@@ -123,8 +123,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -0.82,
|
||||
"y": 0.82,
|
||||
"x": -0.92,
|
||||
"y": 0.92,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
|
||||
@@ -123,8 +123,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -0.8,
|
||||
"y": 0.8,
|
||||
"x": -0.9,
|
||||
"y": 0.9,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
|
||||
@@ -123,8 +123,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -0.82,
|
||||
"y": 0.82,
|
||||
"x": -0.92,
|
||||
"y": 0.92,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": -10.386,
|
||||
"y": -4.98,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
|
||||
Reference in New Issue
Block a user