mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-08 17:42:51 +00:00
create EventsDisplay file
This commit is contained in:
@@ -6,13 +6,13 @@ export const devConfig = new class extends DefaultConfig {
|
||||
return 80
|
||||
}
|
||||
numSpawnPhaseTurns(): number {
|
||||
return 40
|
||||
return 80
|
||||
}
|
||||
gameCreationRate(): number {
|
||||
return 2 * 1000
|
||||
return 10 * 1000
|
||||
}
|
||||
lobbyLifetime(): number {
|
||||
return 2 * 1000
|
||||
return 10 * 1000
|
||||
}
|
||||
turnIntervalMs(): number {
|
||||
return 100
|
||||
|
||||
Reference in New Issue
Block a user