Skip to content

Commit

Permalink
comment clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Jul 25, 2023
1 parent b397ab1 commit de93d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function saveGame() {

// Determine when to unlock achievements and display them
function achievementFunction() {
// move and display each notification popup box
// move and display each notification popup
for (let i = 0; i < achievementNotificationList.length; i++) {
achievementNotificationList[i].display();
achievementNotificationList[i].move();
Expand Down

0 comments on commit de93d11

Please sign in to comment.