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"),