added max players
This commit is contained in:
parent
4d1ebe2450
commit
93cf14857f
1 changed files with 2 additions and 0 deletions
|
|
@ -16,3 +16,5 @@ export type DifficultyLevel = (typeof DIFFICULTY_LEVELS)[number];
|
||||||
|
|
||||||
export const LOBBY_STATUSES = ["waiting", "in_progress", "finished"] as const;
|
export const LOBBY_STATUSES = ["waiting", "in_progress", "finished"] as const;
|
||||||
export type LobbyStatus = (typeof LOBBY_STATUSES)[number];
|
export type LobbyStatus = (typeof LOBBY_STATUSES)[number];
|
||||||
|
|
||||||
|
export const MAX_LOBBY_PLAYERS = 4;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue