Decreased flyer speed, damage, moved start wave / Wave time increase

This commit is contained in:
Anuken
2018-07-05 13:20:54 -04:00
parent 1043a5bb0d
commit da6695ceee
6 changed files with 8 additions and 9 deletions
@@ -22,7 +22,6 @@ import static io.anuke.mindustry.Vars.world;
public abstract class FlyingUnit extends BaseUnit implements CarryTrait{
protected static Translator vec = new Translator();
protected static float maxAim = 30f;
protected static float wobblyness = 0.6f;
protected Trail trail = new Trail(8);