Skip to content

Commit

Permalink
sfx
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Jul 6, 2023
1 parent 1f104f6 commit 52810b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ function setup() {
rectMode(CENTER);
textAlign(CENTER, CENTER);
stroke(255);
ost.play();
}

//-----------------------Main Sketch-----------------------//
Expand Down Expand Up @@ -752,7 +753,6 @@ function draw() {
function mouseClicked() {
if (printerMouseCollide) {
printBankNote();
ost.play();
}
}

Expand Down

0 comments on commit 52810b3

Please sign in to comment.