get loading screen inside GameRoot

This commit is contained in:
Olivier Gagnon
2021-09-19 18:04:12 -04:00
parent 7a2dd16092
commit 9bc20526ff
11 changed files with 92 additions and 4941 deletions
+1 -1
View File
@@ -538,4 +538,4 @@ function openImportFileHandler(evt) {
reader.readAsText(file);
}
export { saveObject, loadGame };
export { saveObject, loadGame, openImportFileHandler };