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
while True:
choice = game_menu(self.sounds, "play", "high_scores", "instructions",
"learn_sounds", "credits", "donate", "exit")
choice = game_menu(self.sounds, "high_scores")
if choice == "exit":
exit_game()