better time limit for verb game

This commit is contained in:
lingdocs 2022-09-03 17:03:42 +04:00
parent dc11ad71bb
commit dc253b81c3
1 changed files with 1 additions and 1 deletions

View File

@ -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,