Skip to content

Commit

Permalink
Update menu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LMacrini committed Apr 25, 2024
1 parent 8603095 commit 44b9020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def update_menu(self):
):
menu_state = 0
elif self.selection == 2 and menu_state == 0:
webbrowser.open("https://github.com/Wam25/SpaceWarp")
webbrowser.open("https://github.com/LMacrini/SpaceWarp/blob/main/README.md")
elif menu_state == 1:
self.difficulty = self.selection

Expand Down

0 comments on commit 44b9020

Please sign in to comment.