Skip to content

Commit

Permalink
Resolving Timer Audio Source
Browse files Browse the repository at this point in the history
  • Loading branch information
inj-krish19 committed Aug 26, 2024
1 parent de4909b commit f5b1a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Racing Mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function setImagesxAudio() {
audios[5].src = './Sounds/Complete1.wav';
audios[6].src = './Sounds/Complete2.wav';
audios[7].src = './Sounds/CountDown1.m4a';
audios[8].src = './Sounds/FinalCountDdown.mp3';
audios[8].src = './Sounds/FinalCountdown.mp3';
audios[9].src = './Sounds/Gameover1.mp3';
audios[10].src = './Sounds/Gameover2.mp3';
audios[11].src = './Sounds/GameStart.mp3';
Expand Down

0 comments on commit f5b1a33

Please sign in to comment.