Fixed #3352 / Fixed #3355 / Quad sounds

This commit is contained in:
Anuken
2020-11-11 17:12:42 -05:00
parent cf4f912cef
commit 538f1d7330
8 changed files with 23 additions and 7 deletions

View File

@@ -1307,6 +1307,9 @@ public class UnitTypes implements ContentList{
reload = 55f;
minShootVelocity = 0.01f;
soundPitchMin = 1f;
shootSound = Sounds.plasmadrop;
bullet = new BasicBulletType(){{
sprite = "large-bomb";
width = height = 120/4f;
@@ -1318,9 +1321,10 @@ public class UnitTypes implements ContentList{
frontColor = Color.white;
mixColorTo = Color.white;
hitSound = Sounds.plasmaboom;
shootCone = 180f;
ejectEffect = Fx.none;
shootSound = Sounds.none;
despawnShake = 4f;
collidesAir = false;