mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-17 23:02:26 -08:00
Balancing / Bugfixes / Badly antialiased turret outlines
This commit is contained in:
parent
79a9541394
commit
56bcabedf7
25 changed files with 592 additions and 534 deletions
|
|
@ -114,6 +114,11 @@ public class ApplicationTests{
|
|||
void spawnWaves(){
|
||||
world.loadMap(testMap);
|
||||
logic.runWave();
|
||||
//force trigger delayed spawns
|
||||
Time.setDeltaProvider(() -> 1000f);
|
||||
Time.update();
|
||||
Time.update();
|
||||
Time.setDeltaProvider(() -> 1f);
|
||||
unitGroups[waveTeam.ordinal()].updateEvents();
|
||||
assertFalse(unitGroups[waveTeam.ordinal()].isEmpty());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue