Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Jul 31, 2023
1 parent d1b3f87 commit e5b0b30
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 @@ -179,7 +179,7 @@ let unlockedUpgrades = [];

//-----------------------Custom Functions-----------------------//

// Save game progress to localStorage
// Save game progress to localStorage - key, value
function saveGame() {
storeItem('money', money);
storeItem('totalPrints', totalPrints);
Expand Down

0 comments on commit e5b0b30

Please sign in to comment.