From 83d85c1150eaa405e936882d6856943c7a45f63f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 6 Dec 2019 21:19:56 -0500 Subject: [PATCH] Win applause converted to cut_scene. --- numnastics | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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