diff --git a/script.js b/script.js index 0e9d605..15fbc4e 100644 --- a/script.js +++ b/script.js @@ -241,7 +241,7 @@ function shakeTiles(tiles) { } // The CELEBRATION SOUND EFFECT function playCelebrationSound() { - const audio = new Audio('celebration.mp3') + const audio = new Audio('Celebration.mp3') audio.volume = 0.5 // Adjust volume as needed audio.play().catch(error => { console.error('Error playing celebration sound:', error)