Skip to content

Commit

Permalink
erb
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Jul 25, 2023
1 parent de93d11 commit 6d72818
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions game.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ let $50BankNote;
let $100BankNote;
let statsIcon;
let upgradesIcon;
// sounds
let buttonSound;
let achievementSound;

Expand Down Expand Up @@ -179,10 +178,8 @@ let totalPrints;
let unlockedAchievements;
let unlockedUpgrades = [];


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


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

0 comments on commit 6d72818

Please sign in to comment.