From b5df1648f7d4524c029d42488710473a44a2c371 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Sat, 5 Sep 2020 02:29:43 +0900 Subject: [PATCH] Include back to startup screen --- game.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game.js b/game.js index 160450f..4dbbc39 100644 --- a/game.js +++ b/game.js @@ -710,8 +710,9 @@ function setupGame() { } }catch{} //console.log(completedStages) - loadStage(TUTORIAL4) + //loadStage(TUTORIAL4) //gameState=MAINMENU + gameState=STARTUP } function setupTitleScreen() {