From 45d41256e1e974f99fd6bdd96b18a30f05c3ce2d Mon Sep 17 00:00:00 2001 From: "eric@ericjung.net" Date: Sun, 27 Oct 2024 09:59:12 -0600 Subject: [PATCH] more --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index 38f643e..2a0b51c 100644 --- a/game.js +++ b/game.js @@ -4,7 +4,7 @@ const LEVEL_SCENE_NAME = "level"; const BONUS_SCENE_NAME = "bonus"; const BONUS_TITLE_SCENE_NAME = "bonusTitle"; const BONUS_RESULTS_SCENE_NAME ="bonusResults"; -const BONUS_LEVEL_DURATION = 1000; // in msec +const BONUS_LEVEL_DURATION = 12340000; // in msec const BONUS_LEVEL_IN_PROGRESS = 1; const BONUS_LEVEL_ENDED = 2;