Update pygame_04.03.24.
parent
56bd8aab47
commit
079443f6b1
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue