Bullet cleap & inlining

This commit is contained in:
Anuke
2022-03-06 10:03:40 -05:00
parent cc3116f329
commit bc0b0b254d
9 changed files with 492 additions and 498 deletions

View File

@@ -16,6 +16,7 @@ public class ArtilleryBulletType extends BasicBulletType{
scaleVelocity = true;
hitShake = 1f;
hitSound = Sounds.explosion;
hitEffect = Fx.flakExplosion;
shootEffect = Fx.shootBig;
trailEffect = Fx.artilleryTrail;