fix(heroes): 调整多个英雄预制体的尺寸、缩放和位置

将多个英雄预制体的 contentSize 从 192x192 统一调整为 128x128,并将 _sizeMode 从 0 改为 1。
同时调整了部分英雄的 _lscale 缩放值(如从 -0.8/0.8 改为 -1/1)和 _lpos 的 Y 轴位置。
这些修改旨在统一英雄的视觉表现和尺寸,确保游戏内英雄显示一致。
This commit is contained in:
panw
2026-03-31 09:25:18 +08:00
parent 12eb27afd1
commit 3e414e11c7
29 changed files with 145 additions and 144 deletions

View File

@@ -114,7 +114,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -35.97,
"y": -40.166,
"z": 0
},
"_lrot": {
@@ -126,8 +126,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -154,8 +154,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -214,7 +214,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
@@ -802,6 +802,7 @@
},
"fileId": "fdklpBwCBM/qJ4WFlQF3kT",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": [
{
"__id__": 26

View File

@@ -55,7 +55,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": -0.041,
"y": 0,
"y": -9.388,
"z": 0
},
"_lrot": {
@@ -114,7 +114,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -36.193,
"y": -31.014,
"z": 0
},
"_lrot": {
@@ -126,8 +126,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -154,8 +154,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -214,7 +214,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -114,7 +114,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -35.954,
"y": -39.737,
"z": 0
},
"_lrot": {
@@ -126,8 +126,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -154,8 +154,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -214,7 +214,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -111,7 +111,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -36.107,
"y": -40.091,
"z": 0
},
"_lrot": {
@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -111,7 +111,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -35.835,
"y": -34.642,
"z": 0
},
"_lrot": {
@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.83,
"y": 0.83,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.83,
"y": 0.83,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.9,
"y": 0.9,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.85,
"y": 0.85,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.9,
"y": 0.9,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.92,
"y": 0.92,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -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,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.8,
"y": 0.8,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -123,8 +123,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": -0.82,
"y": 0.82,
"x": -1,
"y": 1,
"z": 1
},
"_mobility": 0,
@@ -151,8 +151,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 192,
"height": 192
"width": 128,
"height": 128
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -211,7 +211,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -250,7 +250,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -59.083,
"y": -39.971,
"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,

View File

@@ -250,7 +250,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -53.162,
"y": -36.343,
"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,