From 079443f6b1b4b8c5f84d670422d6fa3bec9edc7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20Marija=20Red=C5=BEepova?= Date: Mon, 4 Mar 2024 08:27:07 +0000 Subject: [PATCH] Update pygame_04.03.24. --- pygame_04.03.24. | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygame_04.03.24. b/pygame_04.03.24. index 631dfd7..78126c7 100644 --- a/pygame_04.03.24. +++ b/pygame_04.03.24. @@ -46,7 +46,7 @@ if os.path.exists("meow.mp3"): if os.path.exists("rimshot.mp3"): rimshot_sound = pygame.mixer.Sound("rimshot.mp3") -# Load additional sound files +# Load sound files sound_files = { win_sound: pygame.mixer.Sound("wearethechampions.mp3"), bg_music: pygame.mixer.Sound("waltzn2.mp3"),