Map bugfixes / Sprite tweak / Zone loadout moved to dialog

This commit is contained in:
Anuken
2019-04-29 23:58:16 -04:00
parent 378be0ef86
commit 3c643c917a
25 changed files with 1142 additions and 1145 deletions
@@ -62,7 +62,7 @@ public class WaveSpawner{
spawning = true;
for(SpawnGroup group : state.rules.spawns){
int spawned = group.getUnitsSpawned(state.wave);
int spawned = group.getUnitsSpawned(state.wave - 1);
float spawnX, spawnY;
float spread;