From 0068baa68e442fa8b36029db13e85f20e24f604b Mon Sep 17 00:00:00 2001 From: maxneedspats <84929191+maxneedspats@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:36:46 -0500 Subject: [PATCH] Updated game_success_sound comment --- audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio.py b/audio.py index 11b9037..3c9a4a1 100644 --- a/audio.py +++ b/audio.py @@ -25,7 +25,7 @@ class Audio: # no_match sound is from https://freesound.org/people/distillerystudio/sounds/327738/ 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') @staticmethod