fix(fire_yuns技能特效): 调整火云技能攻击的y轴偏移量

修正火云技能特效的初始位置,将y轴偏移从0调整为30,让特效显示位置更合理
This commit is contained in:
walkpan
2026-05-19 08:59:08 +08:00
parent 06759b6f2b
commit 78a512286e

View File

@@ -482,7 +482,7 @@
"_offset": { "_offset": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0, "x": 0,
"y": 0 "y": 30
}, },
"_size": { "_size": {
"__type__": "cc.Size", "__type__": "cc.Size",