From 61fbb0021772dce825d3f3cd7484daaf092cc7ae Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Sat, 29 Feb 2020 15:56:40 -0800 Subject: [PATCH] Prepare for new SpriteSomething URLs --- source/classes/SpriteSelector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/classes/SpriteSelector.py b/source/classes/SpriteSelector.py index 7e527d05..486b0792 100644 --- a/source/classes/SpriteSelector.py +++ b/source/classes/SpriteSelector.py @@ -36,6 +36,7 @@ class SpriteSelector(object): def open_spritesomething_listing(_evt): webbrowser.open("https://artheau.github.io/SpriteSomething/?mode=zelda3/link") +# webbrowser.open("https://artheau.github.io/SpriteSomething/resources/app/snes/zelda3/link/sprites.html") official_frametitle = Frame(self.window) official_title_text = Label(official_frametitle, text="Official Sprites")