Improved vtol effects, added state machines for behavior
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user