mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-27 01:01:09 -07:00
Commit #2000
This commit is contained in:
parent
69eb6469f9
commit
bb7e2c7cee
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public class Vars{
|
|||
//time between waves in frames (on normal mode)
|
||||
public static final float wavespace = 60 * 60 * 1.5f;
|
||||
//set ridiculously high for now
|
||||
public static final float coreBuildRange = 800999f;
|
||||
public static final float coreBuildRange = 999999f;
|
||||
//team of the player by default
|
||||
public static final Team defaultTeam = Team.blue;
|
||||
//team of the enemy in waves
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue