Removed antialiasing due to bugs / Improved default waves

This commit is contained in:
Anuken
2019-04-30 12:05:01 -04:00
parent 6fd5f1563a
commit cf61dd0704
6 changed files with 23 additions and 23 deletions

View File

@@ -155,6 +155,27 @@ public class DefaultWaves{
spacing = 3;
}},
new SpawnGroup(UnitTypes.chaosArray){{
begin = 41;
unitAmount = 1;
unitScaling = 1;
spacing = 30;
}},
new SpawnGroup(UnitTypes.eradicator){{
begin = 81;
unitAmount = 1;
unitScaling = 1;
spacing = 40;
}},
new SpawnGroup(UnitTypes.lich){{
begin = 131;
unitAmount = 1;
unitScaling = 1;
spacing = 40;
}},
new SpawnGroup(UnitTypes.ghoul){{
begin = 90;
unitAmount = 2;