Various tweaks

This commit is contained in:
Anuken
2020-08-18 00:04:57 -04:00
parent 7e0391a8a0
commit 0bd122c570
4 changed files with 9 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ public class MissileBulletType extends BasicBulletType{
height = 8f;
hitSound = Sounds.explosion;
trailChance = 0.2f;
lifetime = 49f;
}
public MissileBulletType(float speed, float damage){