Skip to content

Commit c59157c

Browse files
See below
1 parent 30714f0 commit c59157c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/game.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ <h1 class="win2" style="display: none"></h1> <!--// Cre
102102
}
103103
]
104104
var options = {
105-
gamelength: 10, // Seconds
105+
gamelength: 60, // Seconds
106106
loadingscreenlength: 2, // Seconds
107107
time_remaining_bar: true,
108108
loadingscreen: true,
109109
camo: true,
110110
randomMove: true,
111111
demo: false,
112-
leaderboard: false,
112+
leaderboard: true,
113113
sounds: {
114114
success: true,
115115
fail: true

0 commit comments

Comments
 (0)