Skip to content

Commit

Permalink
make sure time remaining tag resets correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Mar 29, 2015
1 parent fda1f69 commit 2d496fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game.js
Expand Up @@ -118,6 +118,10 @@
this.resetPauseUI();
this.resetGameOverUI();

var timeTag = document.getElementById("timeRemaining");
timeTag.className = "";
timeTag.style.display = "block";

this.canvas.style.opacity = 1.0;
this.difficulty = difficulty;

Expand Down

0 comments on commit 2d496fb

Please sign in to comment.