mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-22 16:17:27 +00:00
create defense post
This commit is contained in:
@@ -13,14 +13,14 @@ export const devConfig = new class extends DefaultConfig {
|
||||
return 95
|
||||
}
|
||||
numSpawnPhaseTurns(): number {
|
||||
return 40
|
||||
// return 100
|
||||
// return 40
|
||||
return 100
|
||||
}
|
||||
gameCreationRate(): number {
|
||||
return 20 * 1000
|
||||
return 10 * 1000
|
||||
}
|
||||
lobbyLifetime(): number {
|
||||
return 20 * 1000
|
||||
return 10 * 1000
|
||||
}
|
||||
turnIntervalMs(): number {
|
||||
return 100
|
||||
|
||||
Reference in New Issue
Block a user