fix(gui:mission): 调整任务预制体的布局参数

删除了废弃的ShopSet配置文件及其元数据,
调整了mission.prefab的位置、缩放、内容尺寸和边距参数来优化界面布局。
This commit is contained in:
pan
2026-07-23 10:09:24 +08:00
parent 3f11eb8839
commit 708ca0827a
3 changed files with 8 additions and 18 deletions

View File

@@ -2044,7 +2044,7 @@
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 0, "x": 0,
"y": 596.686, "y": 583.661,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -2109,8 +2109,8 @@
}, },
"_lscale": { "_lscale": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 1, "x": 0.5,
"y": 1, "y": 0.5,
"z": 1 "z": 1
}, },
"_mobility": 0, "_mobility": 0,
@@ -2137,8 +2137,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 710, "width": 1420,
"height": 80 "height": 120
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -2212,8 +2212,8 @@
"_target": null, "_target": null,
"_left": 0, "_left": 0,
"_right": 0, "_right": 0,
"_top": 0, "_top": 10,
"_bottom": 0, "_bottom": 10,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
"_isAbsLeft": true, "_isAbsLeft": true,
@@ -4114,7 +4114,7 @@
"_left": 5, "_left": 5,
"_right": 5, "_right": 5,
"_top": 0, "_top": 0,
"_bottom": 556.686, "_bottom": 543.661,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
"_isAbsLeft": true, "_isAbsLeft": true,

View File

@@ -1 +0,0 @@

View File

@@ -1,9 +0,0 @@
{
"ver": "4.0.24",
"importer": "typescript",
"imported": true,
"uuid": "4c695c53-c447-4160-995c-8c53b9a895a1",
"files": [],
"subMetas": {},
"userData": {}
}