From edf3d4713c84777639d0f5bb65c10e5d56fb65c4 Mon Sep 17 00:00:00 2001 From: panw Date: Wed, 1 Apr 2026 16:57:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(gui):=20=E8=B0=83=E6=95=B4=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E6=8E=A7=E5=88=B6=E5=99=A8=E9=A2=84=E5=88=B6=E4=BD=93?= =?UTF-8?q?=E7=9A=84=E5=AD=90=E8=8A=82=E7=82=B9=E4=BD=8D=E7=BD=AE=E5=92=8C?= =?UTF-8?q?=E7=BC=A9=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正子节点_y轴位置偏移,使其更符合布局预期。同时将缩放从2倍调整为2.5倍,保持视觉一致性。调整底部边距以匹配新的缩放比例。 --- assets/resources/gui/role_controller.prefab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/resources/gui/role_controller.prefab b/assets/resources/gui/role_controller.prefab index e804ab3e..dca7a989 100644 --- a/assets/resources/gui/role_controller.prefab +++ b/assets/resources/gui/role_controller.prefab @@ -16106,7 +16106,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -377.937, + "y": -370.375, "z": 0 }, "_lrot": { @@ -16118,8 +16118,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": -2, - "y": 2, + "x": -2.5, + "y": 2.5, "z": 1 }, "_mobility": 0, @@ -16254,7 +16254,7 @@ "_left": 295, "_right": 0, "_top": 0, - "_bottom": 134.063, + "_bottom": 109.62500000000006, "_horizontalCenter": 0, "_verticalCenter": -395.126, "_isAbsLeft": true,