add trivia prestart mode

This commit is contained in:
Viktor Rådberg
2024-03-31 12:30:03 +02:00
parent a7b78b8e7a
commit 7696b357b4
4 changed files with 175 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export enum PreStartMode {
None = 'none',
RandomKing = 'random-king',
FingerGame = 'finger-game',
Trivia = 'trivia',
}
export type Settings = {