create single player modal

This commit is contained in:
evanpelle
2024-10-12 12:32:40 -07:00
parent 6eaa14da73
commit cecbe8c313
5 changed files with 139 additions and 17 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ export const devConfig = new class extends DefaultConfig {
return 40
}
gameCreationRate(): number {
return 2 * 1000
return 20 * 1000
}
lobbyLifetime(): number {
return 2 * 1000
return 20 * 1000
}
turnIntervalMs(): number {
return 100