Pretty Multiworld options

This commit is contained in:
Mike A. Trethewey
2020-02-11 01:59:41 -08:00
parent 3065d17d63
commit 64e0d8ebcf
4 changed files with 45 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ def bottom_frame(self,parent,args=None):
def generateRom():
guiargs = Namespace()
guiargs.multi = int(parent.multiworldWindow.worldVar.get())
guiargs.multi = int(parent.multiworldWindow.multiworldWidgets["worlds"].storageVar.get())
guiargs.names = parent.multiworldWindow.namesVar.get()
guiargs.seed = int(parent.farBottomFrame.seedVar.get()) if parent.farBottomFrame.seedVar.get() else None
guiargs.count = int(parent.farBottomFrame.countVar.get()) if parent.farBottomFrame.countVar.get() != '1' else None