diff --git a/game.js b/game.js index 806f3a1..1521af3 100644 --- a/game.js +++ b/game.js @@ -1526,8 +1526,10 @@ function clickEvent(e) { if (gameState===STARTUP) { currentSound.play() setupTitleScreen() + MOUSEDOWN=false } if (gameState===TITLE) { + MOUSEDOWN=false if (new Date().getTime()-TITLESCREENTIMELINE>=15000) { if (FIRSTBOOT) { loadStage(TUTORIAL1)