From 2bb429f6f416303161b66ae33dfe8a96dcbb39d2 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 3 Sep 2022 17:03:57 +0400 Subject: [PATCH] m --- src/games/sub-cores/VerbGame.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/games/sub-cores/VerbGame.tsx b/src/games/sub-cores/VerbGame.tsx index 1803d0c..cd6f042 100644 --- a/src/games/sub-cores/VerbGame.tsx +++ b/src/games/sub-cores/VerbGame.tsx @@ -39,8 +39,8 @@ import { makePool } from "../../lib/pool"; const kidsColor = "#017BFE"; -const amount = 10; -const timeLimit = 130; +const amount = 12; +const timeLimit = 140; type Question = { rendered: T.VPRendered,