Added unit drops, boosting

This commit is contained in:
Anuken
2018-06-21 15:58:37 -04:00
parent a76e99af86
commit f7dbe807e4
17 changed files with 263 additions and 196 deletions

View File

@@ -40,7 +40,7 @@ public class Vars{
//waves can last no longer than 3 minutes, otherwise the next one spawns
public static final float maxwavespace = 60*60*4f;
public static final float coreBuildRange = 400f;
public static final float coreBuildRange = 800f;
//discord group URL
public static final String discordURL = "https://discord.gg/BKADYds";