Merged Unit & Builder components / Cleanup
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user