Added new screen for managing and viewing maps, many editor fixes

This commit is contained in:
Anuken
2018-05-23 21:40:59 -04:00
parent d096a7ceb1
commit 9693de8885
13 changed files with 245 additions and 67 deletions

View File

@@ -137,7 +137,8 @@ public class IOSLauncher extends IOSApplication.Delegate {
if(!ui.editor.isShown()){
ui.editor.show();
}
ui.editor.tryLoadMap(file);
ui.editor.beginEditMap(file.read());
}
});
}