Fix Custom Item Pool

This commit is contained in:
Mike A. Trethewey
2020-02-12 02:53:01 -08:00
parent a3f3d6debe
commit 6dd67c0e0b
2 changed files with 11 additions and 3 deletions

View File

@@ -634,6 +634,15 @@ def custom_page(top,parent):
)
self.customWidgets[key].pack()
# Triforce Pieces Required
key = "triforcepiecesgoal"
self.customWidgets[key] = widgets.make_widget(self,"textbox",currentList,
"Triforce Pieces Required",
None,
{"label": {"anchor": W, "side": LEFT, "padx": (0,40)}, "textbox": {"side": RIGHT}, "default": 0}
)
self.customWidgets[key].pack()
# Triforce (win game)
key = "triforce"
self.customWidgets[key] = widgets.make_widget(self,"textbox",currentList,