fix(fire_yuns技能特效): 调整火云技能攻击的y轴偏移量
修正火云技能特效的初始位置,将y轴偏移从0调整为30,让特效显示位置更合理
This commit is contained in:
@@ -482,7 +482,7 @@
|
||||
"_offset": {
|
||||
"__type__": "cc.Vec2",
|
||||
"x": 0,
|
||||
"y": 0
|
||||
"y": 30
|
||||
},
|
||||
"_size": {
|
||||
"__type__": "cc.Size",
|
||||
|
||||
Reference in New Issue
Block a user