Updated uCore

This commit is contained in:
Anuken
2018-01-23 21:31:17 -05:00
parent 66f7557770
commit 257335ebaf
6 changed files with 7 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ public class EnemySpawn{
/**The spacing, in waves, of spawns. 2 = spawns every other wave*/
protected int spacing = 1;
/**How many waves need to pass after the start of this spawn for the tier to increase by one*/
protected int tierscale = 14;
protected int tierscale = 17;
/**How many more enemies there are, every time the tier increases*/
protected int tierscaleback = 0;
/**The tier this spawn starts at.*/