adjust game

This commit is contained in:
adueck 2023-01-18 23:58:58 +05:00
parent 21893736f8
commit eb10196ebd
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ import { comparePs } from "../../lib/game-utils";
import WordCard from "../../components/WordCard";
import { makeSandwich } from "../../lib/block-generators/sandwich-generator";
const amount = 14;
const timeLimit = 275;
const amount = 16;
const timeLimit = 270;
type Question = {
selection: T.NPSelection | T.APSelection,