Skip to content

Commit 97256b6

Browse files
Set time to 60 s
1 parent 6c0657b commit 97256b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/game.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h1 class="win2" style="display: none">
113113
});
114114
})
115115
document.onkeyup = function () {};
116-
}, 6000)
116+
}, 60000)
117117

118118
var rounds = 0;
119119
initPic(bases[choose(out)], choose(out))

0 commit comments

Comments
 (0)