This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-12-18 09:31:13 +08:00
parent 9a3f666df1
commit 300eb7d5d4
95 changed files with 4240 additions and 83 deletions

View File

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