Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjung committed Oct 27, 2024
1 parent 7bac941 commit 45d4125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 45d4125

Please sign in to comment.