Updated the menu to use the new improved game_menu().

This commit is contained in:
Storm Dragon
2025-03-15 04:23:51 -04:00
parent 0075473cf5
commit c1f765c8ee
2 changed files with 2 additions and 3 deletions

View File

@@ -319,8 +319,7 @@ class WickedQuest:
pass pass
while True: while True:
choice = game_menu(self.sounds, "play", "high_scores", "instructions", choice = game_menu(self.sounds, "high_scores")
"learn_sounds", "credits", "donate", "exit")
if choice == "exit": if choice == "exit":
exit_game() exit_game()