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