mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-18 15:21:50 -08:00
Re-structuring
This commit is contained in:
parent
e24d96da6f
commit
153e6c5f1b
46 changed files with 39 additions and 2384 deletions
|
|
@ -101,12 +101,6 @@ public class ApplicationTests{
|
|||
assertTrue(content.getContentMap().length > 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
void loadSector(){
|
||||
world.sectors.createSector(0, 0);
|
||||
world.sectors.playSector(world.sectors.get(0, 0));
|
||||
}
|
||||
|
||||
@Test
|
||||
void playMap(){
|
||||
assertTrue(world.maps.all().size > 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue