fix(gui): 修复多个UI预制体的精灵帧和布局配置

变更包括:
1. 更新talents、heros、sbox预制体的精灵帧资源关联,替换为图集资源
2. 调整部分UI元素的位置、缩放和尺寸参数
3. 修复sbox预制体的默认激活状态
This commit is contained in:
panFD
2026-06-18 21:14:23 +08:00
parent 4d51249b61
commit 40cc9ed0f9
9 changed files with 3665 additions and 5604 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -7265,7 +7265,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 656.792,
"y": 641.191,
"z": 0
},
"_lrot": {
@@ -7277,8 +7277,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1.9,
"y": 1.9,
"x": 1.8,
"y": 1.8,
"z": 1
},
"_mobility": 0,
@@ -7342,12 +7342,12 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@3c27d",
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@4dd1c",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
@@ -7357,7 +7357,10 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
@@ -7380,7 +7383,7 @@
"_target": null,
"_left": 0,
"_right": 0,
"_top": -119.39200000000005,
"_top": -98.39100000000008,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,

File diff suppressed because it is too large Load Diff

View File

@@ -96,7 +96,7 @@
"__id__": 1
},
"_children": [],
"_active": false,
"_active": true,
"_components": [
{
"__id__": 3
@@ -114,7 +114,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 35,
"y": 30,
"z": 0
},
"_lrot": {
@@ -154,8 +154,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 70,
"height": 70
"width": 60,
"height": 60
},
"_anchorPoint": {
"__type__": "cc.Vec2",
@@ -191,7 +191,7 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@85dcd",
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@d9082",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 1,
@@ -206,7 +206,10 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{
@@ -1169,8 +1172,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 0.7,
"y": 0.7,
"x": 0.5,
"y": 0.5,
"z": 1
},
"_mobility": 0,
@@ -1234,7 +1237,7 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "031877cb-0f3d-4e92-bc5d-e492a0d95a08@d17da",
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@fcdc9",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
@@ -1250,7 +1253,7 @@
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": {
"__uuid__": "031877cb-0f3d-4e92-bc5d-e492a0d95a08",
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""

View File

@@ -1519,12 +1519,12 @@
"a": 255
},
"_spriteFrame": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@3c27d",
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@4dd1c",
"__expectedType__": "cc.SpriteFrame"
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
@@ -1534,7 +1534,10 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_useGrayscale": false,
"_atlas": null,
"_atlas": {
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
"__expectedType__": "cc.SpriteAtlas"
},
"_id": ""
},
{

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB