QoL Improvements

Update SpriteSomething collections page for Z3Link sprites
Add Diagnostics button to the GUI
This commit is contained in:
Mike A. Trethewey
2021-02-15 19:36:20 -08:00
parent 3053942243
commit f13dba3512
2 changed files with 46 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ class SpriteSelector(object):
# Open SpriteSomething directory for Link sprites
def open_spritesomething_listing(_evt):
webbrowser.open("https://artheau.github.io/SpriteSomething/resources/app/snes/zelda3/link/sprites.html")
webbrowser.open("https://miketrethewey.github.io/SpriteSomething-collections/snes/zelda3/link/")
official_frametitle = Frame(self.window)
official_title_text = Label(official_frametitle, text="Official Sprites")