Skip to content

Commit 666640c

Browse files
committed
Updated To Open The HTML Doc
1 parent a02e1e5 commit 666640c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Title_Screen_REWRITE.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def show_about():
3434
messagebox.showinfo("About", "Exploding Kittens Game, recreated in python by Noah Beaudin\nVersos: Alpha Build 1\nGithub Page: github.com/nerbler09\nCheck the licence for sharing and use of the source code")
3535

3636
def show_licence_file():
37-
# Opens the Licence.rft File In Wordpad
38-
webbrowser.open("Licence.rtf")
37+
# Opens the Licence.rft File In The Default Webbrowser
38+
webbrowser.open("file://Licence/licence.html")
3939

4040
def exit():
4141
# Quits the game

0 commit comments

Comments
 (0)