Android: initial working version

This commit is contained in:
Berserker
2026-03-26 07:58:11 +01:00
parent fb45a2f87e
commit 07e6be7c93
15 changed files with 87 additions and 24 deletions
+1 -1
View File
@@ -650,7 +650,7 @@ if __name__ == '__main__':
import atexit
confirmation = atexit.register(input, "Press enter to close.")
erargs, seed = main()
from Main import main as ERmain
from generate_lib import main as ERmain
multiworld = ERmain(erargs, seed)
if __debug__:
import gc