From 708ca0827a789133b77a78cae4a5ef7ada27eef3 Mon Sep 17 00:00:00 2001 From: pan Date: Thu, 23 Jul 2026 10:09:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(gui:mission):=20=E8=B0=83=E6=95=B4=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=A2=84=E5=88=B6=E4=BD=93=E7=9A=84=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除了废弃的ShopSet配置文件及其元数据, 调整了mission.prefab的位置、缩放、内容尺寸和边距参数来优化界面布局。 --- assets/resources/gui/element/mission.prefab | 16 ++++++++-------- assets/script/game/common/config/ShopSet.ts | 1 - assets/script/game/common/config/ShopSet.ts.meta | 9 --------- 3 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 assets/script/game/common/config/ShopSet.ts delete mode 100644 assets/script/game/common/config/ShopSet.ts.meta diff --git a/assets/resources/gui/element/mission.prefab b/assets/resources/gui/element/mission.prefab index 84f0fad9..58af7077 100644 --- a/assets/resources/gui/element/mission.prefab +++ b/assets/resources/gui/element/mission.prefab @@ -2044,7 +2044,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 596.686, + "y": 583.661, "z": 0 }, "_lrot": { @@ -2109,8 +2109,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 0.5, + "y": 0.5, "z": 1 }, "_mobility": 0, @@ -2137,8 +2137,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 710, - "height": 80 + "width": 1420, + "height": 120 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2212,8 +2212,8 @@ "_target": null, "_left": 0, "_right": 0, - "_top": 0, - "_bottom": 0, + "_top": 10, + "_bottom": 10, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -4114,7 +4114,7 @@ "_left": 5, "_right": 5, "_top": 0, - "_bottom": 556.686, + "_bottom": 543.661, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, diff --git a/assets/script/game/common/config/ShopSet.ts b/assets/script/game/common/config/ShopSet.ts deleted file mode 100644 index 8b137891..00000000 --- a/assets/script/game/common/config/ShopSet.ts +++ /dev/null @@ -1 +0,0 @@ - diff --git a/assets/script/game/common/config/ShopSet.ts.meta b/assets/script/game/common/config/ShopSet.ts.meta deleted file mode 100644 index bd23b45b..00000000 --- a/assets/script/game/common/config/ShopSet.ts.meta +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ver": "4.0.24", - "importer": "typescript", - "imported": true, - "uuid": "4c695c53-c447-4160-995c-8c53b9a895a1", - "files": [], - "subMetas": {}, - "userData": {} -}