More bugfixes
This commit is contained in:
@@ -45,6 +45,8 @@ public class Vars{
|
||||
public static final Team defaultTeam = Team.blue;
|
||||
/**team of the enemy in waves/sectors*/
|
||||
public static final Team waveTeam = Team.red;
|
||||
/**how many times longer a boss wave takes*/
|
||||
public static final float bossWaveMultiplier = 3f;
|
||||
/**max chat message length*/
|
||||
public static final int maxTextLength = 150;
|
||||
/**max player name length in bytes*/
|
||||
|
||||
Reference in New Issue
Block a user