Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Jul 6, 2023
1 parent 26f1258 commit aed0668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ function draw() {
gameScreen();
} else if (gameState == 2) {
aboutScreen();
//condition to unlock achievement 2
if (!(unlockedAchievements.includes(achievements["2"]))) {
achievementNotificationList.push(new achievementNotification(achievements["2"]));
unlockedAchievements.push(achievements["2"]);
Expand Down

0 comments on commit aed0668

Please sign in to comment.