menu updated to use the newer simpler menu system. Updated submodule.

This commit is contained in:
Storm Dragon
2025-03-15 19:54:30 -04:00
parent c1f765c8ee
commit 11a8a398d3
2 changed files with 2 additions and 2 deletions

View File

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