Win applause converted to cut_scene.
This commit is contained in:
parent
a87edab2e1
commit
83d85c1150
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user