fix: 统一英雄预制体的局部位置Y坐标
将多个英雄预制体的局部位置Y坐标统一调整为-25,以解决视觉对齐问题。 调整部分英雄的缩放比例,确保模型显示一致。
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": -40.403,
|
||||
"y": -25,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
|
||||
Reference in New Issue
Block a user