Edit TODO, fix crashes
This commit is contained in:
@@ -20,8 +20,8 @@ public class Vars{
|
||||
public static final float respawnduration = 60*4;
|
||||
//time between waves in frames (on normal mode)
|
||||
public static final float wavespace = 60*60*(android ? 1 : 1);
|
||||
//waves can last no longer than 5 minutes, otherwise the next one spawns
|
||||
public static final float maxwavespace = 60*60*5;
|
||||
//waves can last no longer than 2 minutes, otherwise the next one spawns
|
||||
public static final float maxwavespace = 60*60*2;
|
||||
//advance time the pathfinding starts at
|
||||
public static final float aheadPathfinding = 60*20;
|
||||
//how far away from spawn points the player can't place blocks
|
||||
|
||||
Reference in New Issue
Block a user