Skip to content

Commit

Permalink
Update Game.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardDunn authored Jan 2, 2025
1 parent acdc372 commit be25c45
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 @@ -417,7 +417,7 @@ function showInstructions(){
}

function initialize_game() {
currentLevel = 3;
currentLevel = 5;
collectedCoins = 0;
currentCoins = 0;
score = 0;
Expand Down

0 comments on commit be25c45

Please sign in to comment.