Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SGerrard08 authored Oct 29, 2024
1 parent f9c36b8 commit f1b180a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function playSound(key) {
break;

case "j":
var crash = new Audio("sounds/crash.mp3");
var crash = new Audio("sounds/snare.mp3");
crash.play();
break;

Expand All @@ -58,7 +58,7 @@ function playSound(key) {
break;

case "l":
var kick = new Audio("sounds/snare.mp3");
var kick = new Audio("sounds/crash.mp3");
kick.play();
break;

Expand Down

0 comments on commit f1b180a

Please sign in to comment.