Corvus shoot SFX

This commit is contained in:
Anuken
2020-11-07 21:14:41 -05:00
parent 8910a9d537
commit e636059ddf
5 changed files with 7 additions and 3 deletions

View File

@@ -491,6 +491,9 @@ public class UnitTypes implements ContentList{
drawShields = false;
weapons.add(new Weapon("corvus-weapon"){{
shootSound = Sounds.laserblast;
chargeSound = Sounds.lasercharge;
soundPitchMin = 1f;
top = false;
mirror = false;
shake = 14f;
@@ -498,7 +501,6 @@ public class UnitTypes implements ContentList{
x = y = 0;
reload = 350f;
recoil = 0f;
shootSound = Sounds.laser;
cooldownTime = 350f;