Fix timer & improve graphics

This commit is contained in:
Marcel
2018-01-10 19:24:48 +01:00
parent 7b2d4c516b
commit 45447adf99
4 changed files with 43 additions and 15 deletions

View File

@@ -127,6 +127,7 @@ function hideMenu() {
document.getElementById("game-title").style.opacity = "0";
document.getElementById("game-play").style.opacity = "0";
document.getElementById("game-reset").style.opacity = "0";
lastTimeUpdate = Date.now();
fadeBlurOut();
if(!firstRun) {
update(lastTime);