Update pygame_04.03.24.

main
Anna Marija Redžepova 2024-03-04 08:27:07 +00:00
parent 56bd8aab47
commit 079443f6b1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if os.path.exists("meow.mp3"):
if os.path.exists("rimshot.mp3"): if os.path.exists("rimshot.mp3"):
rimshot_sound = pygame.mixer.Sound("rimshot.mp3") rimshot_sound = pygame.mixer.Sound("rimshot.mp3")
# Load additional sound files # Load sound files
sound_files = { sound_files = {
win_sound: pygame.mixer.Sound("wearethechampions.mp3"), win_sound: pygame.mixer.Sound("wearethechampions.mp3"),
bg_music: pygame.mixer.Sound("waltzn2.mp3"), bg_music: pygame.mixer.Sound("waltzn2.mp3"),