Win applause converted to cut_scene.

This commit is contained in:
Storm Dragon 2019-12-06 21:19:56 -05:00
parent a87edab2e1
commit 83d85c1150
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ def game(mode):
else:
message.append("Your time was " + str(int(endTime / 60)) + " minutes and " + str(round(endTime % 60, 2)) + " seconds.")
display_text(message)
sounds['win'].play()
time.sleep(sounds['win'].get_length())
cut_scene(sounds, 'win')
return "menu"
# Game starts at main menu