From dc253b81c370f1799d555f770b4d242d3615b5ae Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 3 Sep 2022 17:03:42 +0400 Subject: [PATCH] better time limit for verb game --- src/games/sub-cores/VerbGame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/games/sub-cores/VerbGame.tsx b/src/games/sub-cores/VerbGame.tsx index c1f1427..1803d0c 100644 --- a/src/games/sub-cores/VerbGame.tsx +++ b/src/games/sub-cores/VerbGame.tsx @@ -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,