diff --git a/scoreboard.py b/scoreboard.py index 2cbc608..bdab19d 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -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