Added mode-specific respawn time

This commit is contained in:
Anuken
2018-08-21 10:56:06 -04:00
parent 6dcbe4fabb
commit 0ddee379ca
3 changed files with 3 additions and 3 deletions

View File

@@ -28,8 +28,6 @@ import io.anuke.ucore.util.Translator;
import java.util.Locale;
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;
//set ridiculously high for now