mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
update
This commit is contained in:
@@ -70,7 +70,7 @@ export default class GAttackParabolicRemote implements GAttackBase{
|
||||
.onComplete(() => {
|
||||
|
||||
//生成爆炸特效
|
||||
let effect = GEffectUtil.create(bang.ske);
|
||||
let effect = GEffectUtil.createOne(bang.ske);
|
||||
role.mode.addGNode(effect.node,bullet.node.worldPosition);
|
||||
//获取默认动画
|
||||
effect.setAnimation(0,bang.info.animation,false);
|
||||
|
Reference in New Issue
Block a user