mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Merged Unit & Builder components / Cleanup
This commit is contained in:
parent
8280166485
commit
527be41e32
38 changed files with 152 additions and 125 deletions
|
|
@ -433,6 +433,15 @@ public class ApplicationTests{
|
|||
assertEquals(256, world.height());
|
||||
}
|
||||
|
||||
@Test
|
||||
void load114Save(){
|
||||
resetWorld();
|
||||
SaveIO.load(Core.files.internal("114.msav"));
|
||||
|
||||
assertEquals(500, world.width());
|
||||
assertEquals(500, world.height());
|
||||
}
|
||||
|
||||
@Test
|
||||
void arrayIterators(){
|
||||
Seq<String> arr = Seq.with("a", "b" , "c", "d", "e", "f");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue