From d889d27a790805e9d778c61bebb8dc1cd2e8037a Mon Sep 17 00:00:00 2001 From: panw Date: Mon, 23 Mar 2026 10:57:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4hm2=E8=8B=B1=E9=9B=84?= =?UTF-8?q?=E9=A2=84=E5=88=B6=E4=BD=93=E7=9A=84=E4=BD=8D=E7=BD=AE=E3=80=81?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E5=92=8C=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整英雄hm2预制体的局部位置Y坐标,从-42.371改为-34.448。 将缩放系数从0.8调整为0.83。 将内容尺寸从230.4x230.4调整为192x192,以适配新的美术资源或界面布局。 --- assets/resources/game/heros/hm2.prefab | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/resources/game/heros/hm2.prefab b/assets/resources/game/heros/hm2.prefab index 80c0f556..0611bae3 100644 --- a/assets/resources/game/heros/hm2.prefab +++ b/assets/resources/game/heros/hm2.prefab @@ -111,7 +111,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -42.371, + "y": -34.448, "z": 0 }, "_lrot": { @@ -123,8 +123,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": -0.8, - "y": 0.8, + "x": -0.83, + "y": 0.83, "z": 1 }, "_mobility": 0, @@ -151,8 +151,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 230.4, - "height": 230.4 + "width": 192, + "height": 192 }, "_anchorPoint": { "__type__": "cc.Vec2",