Stop attempting to download link sprite

Create link sprite from local rom if missing
Fixing output_path bugs in the adjuster and sprite display
This commit is contained in:
aerinon
2021-06-22 16:05:41 -06:00
parent f77015ab00
commit 11dcc719fb
5 changed files with 71 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ def adjust_page(top, parent, settings):
guiargs.rom = self.romVar2.get()
guiargs.baserom = top.pages["randomizer"].pages["generation"].widgets["rom"].storageVar.get()
guiargs.sprite = self.sprite
guiargs.outputpath = os.path.dirname(guiargs.rom)
try:
adjust(args=guiargs)
except Exception as e: