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 be25c45 commit 5b35d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ var gamewon;
var jump;
var enemykilled;

var currentLevel = 5;
var currentLevel = 4;
var collectedCoins = 0;
var currentCoins = 0;
var timeLeft; //Says how much time is left in the level--will be calculated based off of LEVEL_COMPLETION_TIME later.
Expand Down Expand Up @@ -417,7 +417,7 @@ function showInstructions(){
}

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

0 comments on commit 5b35d6a

Please sign in to comment.