diff --git a/numnastics b/numnastics index 268e415..d04c116 100755 --- a/numnastics +++ b/numnastics @@ -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