Added vault to recipe list, removed 'next wave' button

This commit is contained in:
Anuken
2018-06-28 16:18:44 -04:00
parent 4b11511bd1
commit fdf7173f14
5 changed files with 9 additions and 14 deletions

View File

@@ -36,7 +36,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*2;
public static final float wavespace = 60*60*1.5f;
//waves can last no longer than 3 minutes, otherwise the next one spawns
public static final float maxwavespace = 60*60*4f;