Tilorswift levels will be loaded asynchronously now

This commit is contained in:
Mal
2023-09-19 11:44:56 +02:00
parent c6b0baa533
commit f02fb4d411
5 changed files with 117 additions and 98 deletions

View File

@@ -36,4 +36,9 @@ export class LoadLevelDialog extends Dialog
}
);
}
openFileBrowser()
{
this.fileInput.click();
}
}