mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Additional default wave tweaks
This commit is contained in:
parent
d0b5b49bf8
commit
ab107bfc0d
@ -16,7 +16,7 @@ public class DefaultWaves{
|
||||
}},
|
||||
|
||||
new SpawnGroup(UnitTypes.crawler){{
|
||||
begin = 5;
|
||||
begin = 4;
|
||||
end = 13;
|
||||
unitAmount = 2;
|
||||
unitScaling = 1.5f;
|
||||
@ -36,7 +36,7 @@ public class DefaultWaves{
|
||||
}},
|
||||
|
||||
new SpawnGroup(UnitTypes.titan){{
|
||||
begin = 9;
|
||||
begin = 7;
|
||||
spacing = 3;
|
||||
unitScaling = 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user