fix(heroes): 调整多个英雄预制体的尺寸、缩放和位置
将多个英雄预制体的 contentSize 从 192x192 统一调整为 128x128,并将 _sizeMode 从 0 改为 1。 同时调整了部分英雄的 _lscale 缩放值(如从 -0.8/0.8 改为 -1/1)和 _lpos 的 Y 轴位置。 这些修改旨在统一英雄的视觉表现和尺寸,确保游戏内英雄显示一致。
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": -66.268,
|
||||
"y": -44.121,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -290,8 +290,8 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 192,
|
||||
"height": 192
|
||||
"width": 128,
|
||||
"height": 128
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@@ -353,7 +353,7 @@
|
||||
},
|
||||
"_type": 0,
|
||||
"_fillType": 0,
|
||||
"_sizeMode": 0,
|
||||
"_sizeMode": 1,
|
||||
"_fillCenter": {
|
||||
"__type__": "cc.Vec2",
|
||||
"x": 0,
|
||||
|
||||
Reference in New Issue
Block a user