From e843c3488638ff9cdade32b540f602b88525d195 Mon Sep 17 00:00:00 2001 From: walkpan Date: Tue, 19 May 2026 23:46:04 +0800 Subject: [PATCH] =?UTF-8?q?style(card=20prefab):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=8D=A1=E7=89=8C=E9=A2=84=E5=88=B6=E4=BD=93=E7=9A=84=E7=BC=A9?= =?UTF-8?q?=E6=94=BE=E3=80=81=E5=B0=BA=E5=AF=B8=E5=92=8C=E5=A1=AB=E5=85=85?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改卡牌预制体的缩放比例从2.5改为2,调整宽高尺寸从78到125,将填充模式从0改为1以适配新尺寸 --- assets/resources/gui/element/card.prefab | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/resources/gui/element/card.prefab b/assets/resources/gui/element/card.prefab index 476192f9..9b5eb3e2 100644 --- a/assets/resources/gui/element/card.prefab +++ b/assets/resources/gui/element/card.prefab @@ -2440,8 +2440,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 2.5, - "y": 2.5, + "x": 2, + "y": 2, "z": 1 }, "_mobility": 0, @@ -2468,8 +2468,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 78, - "height": 78 + "width": 125, + "height": 125 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2510,7 +2510,7 @@ }, "_type": 0, "_fillType": 0, - "_sizeMode": 0, + "_sizeMode": 1, "_fillCenter": { "__type__": "cc.Vec2", "x": 0,