From e5b0b30acab5fea404f24555aa409cc3a48e0f5a Mon Sep 17 00:00:00 2001 From: Lucas Leung <66652566+mrworldwide1@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:37:58 -0400 Subject: [PATCH] comment --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index 980db39..88ba117 100644 --- a/game.js +++ b/game.js @@ -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);