Improved vtol effects, added state machines for behavior

This commit is contained in:
Anuken
2018-04-29 15:31:13 -04:00
parent 37fcd81e87
commit 9641a388e2
19 changed files with 334 additions and 83 deletions
@@ -53,6 +53,10 @@ public class AmmoType {
this.quantityMultiplier = multiplier;
}
public float getRange(){
return bullet.speed * bullet.lifetime;
}
public static Array<AmmoType> getAllTypes() {
return allTypes;
}