Change congratulations message to use messagebox so the speech doesn't get chopped.

This commit is contained in:
Storm Dragon 2025-03-05 13:36:08 -05:00
parent 4d59a610a0
commit 8e274731c5

View File

@ -125,7 +125,7 @@ class Scoreboard:
# Force window refresh after dialog
self.game.display.window.dispatch_events()
self.game.speech.speak(f"Congratulations {name}! You got position {position} on the scoreboard!")
self.game.display.messagebox(f"Congratulations {name}! You got position {position} on the scoreboard!")
time.sleep(1)
# Make sure window is still responsive