mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-23 13:01:38 -08:00
Major refactoring of building input in progress
This commit is contained in:
parent
c95fa25b60
commit
20462b91d4
15 changed files with 325 additions and 338 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import io.anuke.arc.collection.*;
|
||||
import io.anuke.arc.util.*;
|
||||
import io.anuke.mindustry.core.*;
|
||||
import io.anuke.mindustry.core.GameState.*;
|
||||
import io.anuke.mindustry.game.*;
|
||||
import io.anuke.mindustry.type.*;
|
||||
|
|
@ -28,6 +29,7 @@ public class ZoneTests{
|
|||
@TestFactory
|
||||
DynamicTest[] testZoneValidity(){
|
||||
Array<DynamicTest> out = new Array<>();
|
||||
if(world == null) world = new World();
|
||||
|
||||
for(Zone zone : content.zones()){
|
||||
out.add(dynamicTest(zone.name, () -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue