better time limit for verb game
This commit is contained in:
parent
dc11ad71bb
commit
dc253b81c3
|
@ -40,7 +40,7 @@ import { makePool } from "../../lib/pool";
|
|||
const kidsColor = "#017BFE";
|
||||
|
||||
const amount = 10;
|
||||
const timeLimit = 200;
|
||||
const timeLimit = 130;
|
||||
|
||||
type Question = {
|
||||
rendered: T.VPRendered,
|
||||
|
|
Loading…
Reference in New Issue