Fill#rect bugfix

This commit is contained in:
Anuken
2021-12-08 19:39:44 -05:00
parent 5fbfe52d0a
commit acb4593390
14 changed files with 36 additions and 23 deletions

View File

@@ -250,9 +250,9 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
//TODO proper waves
state.rules.waves = !OS.hasProp("mindustry.debug");
state.rules.waveTimer = true;
state.rules.waveSpacing = 60f * 60f * 7.5f;
state.rules.waveSpacing = 60f * 60f * 10f;
state.rules.spawns = Seq.with(new SpawnGroup(){{
type = UnitTypes.emanate;
type = UnitTypes.fortress;
spacing = 1;
shieldScaling = 60;
unitScaling = 2f;