Spaces:
Sleeping
Sleeping
Update convex/constants.ts
Browse files- convex/constants.ts +1 -1
convex/constants.ts
CHANGED
@@ -87,7 +87,7 @@ export const LLM_VOTE_DURATION = 60000;
|
|
87 |
export const MAX_NPC = 8;
|
88 |
|
89 |
//Needs a minimum of 3 player to start the game
|
90 |
-
export const LOBBY_SIZE =
|
91 |
|
92 |
// Bound the number of pathfinding searches we do per game step.
|
93 |
export const MAX_PATHFINDS_PER_STEP = 16;
|
|
|
87 |
export const MAX_NPC = 8;
|
88 |
|
89 |
//Needs a minimum of 3 player to start the game
|
90 |
+
export const LOBBY_SIZE = 2;
|
91 |
|
92 |
// Bound the number of pathfinding searches we do per game step.
|
93 |
export const MAX_PATHFINDS_PER_STEP = 16;
|