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

View File

@@ -38,7 +38,7 @@ public class Vars{
//respawn time in frames
public static final float respawnduration = 60*4;
//time between waves in frames (on normal mode)
public static final float wavespace = 60*60*1.5f;
public static final float wavespace = 60*60*2f;
//waves can last no longer than 3 minutes, otherwise the next one spawns
public static final float maxwavespace = 60*60*4f;