Updated game_success_sound comment
This commit is contained in:
parent
4a03d31439
commit
0068baa68e
1 changed files with 1 additions and 1 deletions
2
audio.py
2
audio.py
|
@ -25,7 +25,7 @@ class Audio:
|
||||||
# no_match sound is from https://freesound.org/people/distillerystudio/sounds/327738/
|
# no_match sound is from https://freesound.org/people/distillerystudio/sounds/327738/
|
||||||
Audio.no_match_sound = mixer.Sound('audio/no_match.wav')
|
Audio.no_match_sound = mixer.Sound('audio/no_match.wav')
|
||||||
|
|
||||||
# game_success_sound is from https://freesound.org/people/jimhancock/sounds/376318/
|
# game_success_sound is TMNT turtle Michaelangelo saying "Cowabunga!"
|
||||||
Audio.game_success_sound = mixer.Sound('audio/game_success.wav')
|
Audio.game_success_sound = mixer.Sound('audio/game_success.wav')
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in a new issue