Skip to content

Commit

Permalink
remove sound from achievement 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Jul 14, 2023
1 parent 007e87a commit cd0625d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,6 @@ function draw() {
if (!(unlockedAchievements.includes(achievements["1"]))) {
achievementNotificationList.push(new achievementNotification(achievements["1"]));
unlockedAchievements.push(achievements["1"]);
achievementSound.play();
}
} else if (gameState == 1) {
gameScreen();
Expand Down

0 comments on commit cd0625d

Please sign in to comment.