Updated game_success_sound comment

This commit is contained in:
maxneedspats 2022-08-01 18:36:46 -05:00
parent 4a03d31439
commit 0068baa68e

View file

@ -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