mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-08 07:16:08 +00:00
1
This commit is contained in:
@@ -19,7 +19,7 @@ import { sp } from "cc";
|
||||
* 抛物线 爆炸普攻
|
||||
* 攻击子弹,爆炸特效,龙骨-初始位置,子弹大小,爆炸宽度,爆炸高度
|
||||
*/
|
||||
export default class GAttackParabolicRemote implements GAttackBase{
|
||||
export default class GAttackParabolicBangRemote implements GAttackBase{
|
||||
|
||||
attack(role: GRoleDefault, info: TB.TbGRoleAttack): void {
|
||||
|
||||
@@ -36,7 +36,7 @@ export default class GAttackParabolicRemote implements GAttackBase{
|
||||
let ah = parseFloat(info.attackArgs[5]);
|
||||
|
||||
if(!image || !bone || !scale || !bang|| !aw|| !ah) {
|
||||
console.warn("GAttackParabolicRemote ERROR",image,bone,scale,bang);
|
||||
console.warn("GAttackParabolicBangRemote ERROR",image,bone,scale,bang);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user