From f858580b342470942fdebe5e1554eb034956517e Mon Sep 17 00:00:00 2001 From: walkpan Date: Wed, 31 Dec 2025 22:38:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E8=8B=B1=E9=9B=84hk1?= =?UTF-8?q?=E5=92=8C=E6=8A=A4=E7=9B=BEbuff=E7=9A=84=E5=9D=90=E6=A0=87?= =?UTF-8?q?=E5=8F=8A=E7=BC=A9=E6=94=BE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改hk1英雄的y轴坐标和激活状态,调整护盾buff的y轴位置和缩放比例,使视觉效果更符合预期 --- assets/resources/game/heros/hk1.prefab | 8 ++++---- assets/resources/game/skill/buff/shielded.prefab | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/resources/game/heros/hk1.prefab b/assets/resources/game/heros/hk1.prefab index 5bc33bbd..72179bbf 100644 --- a/assets/resources/game/heros/hk1.prefab +++ b/assets/resources/game/heros/hk1.prefab @@ -420,7 +420,7 @@ "value": { "__type__": "cc.Vec3", "x": 0, - "y": -47.998, + "y": -51.131, "z": 0 } }, @@ -463,7 +463,7 @@ "propertyPath": [ "_active" ], - "value": false + "value": true }, { "__type__": "CCPropertyOverrideInfo", @@ -495,8 +495,8 @@ ], "value": { "__type__": "cc.Vec3", - "x": 1.3, - "y": 1.3, + "x": 1.7, + "y": 1.8, "z": 1 } }, diff --git a/assets/resources/game/skill/buff/shielded.prefab b/assets/resources/game/skill/buff/shielded.prefab index 2ea604d7..4b583674 100644 --- a/assets/resources/game/skill/buff/shielded.prefab +++ b/assets/resources/game/skill/buff/shielded.prefab @@ -37,7 +37,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": 40, "z": 0 }, "_lrot": { @@ -49,8 +49,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1.4, - "y": 1.4, + "x": 1.5, + "y": 1.5, "z": 1 }, "_mobility": 0,