From 78a512286ebb5450b8dc018911d0219b085fb515 Mon Sep 17 00:00:00 2001 From: walkpan Date: Tue, 19 May 2026 08:59:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(fire=5Fyuns=E6=8A=80=E8=83=BD=E7=89=B9?= =?UTF-8?q?=E6=95=88):=20=E8=B0=83=E6=95=B4=E7=81=AB=E4=BA=91=E6=8A=80?= =?UTF-8?q?=E8=83=BD=E6=94=BB=E5=87=BB=E7=9A=84y=E8=BD=B4=E5=81=8F?= =?UTF-8?q?=E7=A7=BB=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正火云技能特效的初始位置,将y轴偏移从0调整为30,让特效显示位置更合理 --- assets/resources/game/skill/atk/fire_yuns.prefab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/resources/game/skill/atk/fire_yuns.prefab b/assets/resources/game/skill/atk/fire_yuns.prefab index dcf11c7d..b872264f 100644 --- a/assets/resources/game/skill/atk/fire_yuns.prefab +++ b/assets/resources/game/skill/atk/fire_yuns.prefab @@ -482,7 +482,7 @@ "_offset": { "__type__": "cc.Vec2", "x": 0, - "y": 0 + "y": 30 }, "_size": { "__type__": "cc.Size",