Game state cleanup

This commit is contained in:
Anuken 2020-03-31 14:16:38 -04:00
parent 9081f3ff03
commit f1fd072400
20 changed files with 51 additions and 71 deletions

View file

@ -201,7 +201,7 @@ public class ApplicationTests{
@Test
void load(){
world.loadMap(testMap);
Map map = world.getMap();
Map map = state.map;
SaveIO.save(saveDirectory.child("0.msav"));
resetWorld();