Revert "Merge branch 'DoorDevUnstable' of https://github.com/miketrethewey/ALttPDoorRandomizer into miketrethewey-DoorDevUnstable"

This reverts commit 3448693f52, reversing
changes made to f2c021500d.
This commit is contained in:
aerinon
2021-02-25 16:16:20 -07:00
parent af441a8e9b
commit f1fd2c2759
3 changed files with 55 additions and 142 deletions

View File

@@ -65,7 +65,6 @@ def generation_page(parent,settings):
# FIXME: Translate these
def RomSelect():
widget = "rom"
rom = filedialog.askopenfilename(filetypes=[("Rom Files", (".sfc", ".smc")), ("All Files", "*")], initialdir=os.path.join("."))
self.widgets[widget].storageVar.set(rom)
# dialog button
@@ -95,6 +94,7 @@ def generation_page(parent,settings):
self.frames["diags"].pack()
self.widgets[widget].pieces["frame"] = Frame(self.frames["diags"])
def diags():
# Debugging purposes
dims = {
@@ -106,7 +106,7 @@ def generation_page(parent,settings):
"width": 120,
"height": 50
}
}
}
diag = Tk()
diag.title("Door Shuffle " + __version__)
diag.geometry(str(dims["window"]["width"]) + 'x' + str(dims["window"]["height"]))