This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-02 01:41:11 +08:00
parent 0fcc565ece
commit 996b0ecfac
8 changed files with 81 additions and 7 deletions

View File

@@ -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);