Change congratulations message to use messagebox so the speech doesn't get chopped.
This commit is contained in:
parent
4d59a610a0
commit
8e274731c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user