mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-27 22:10:21 +00:00
can change spawn in beginning of game
This commit is contained in:
@@ -8,10 +8,10 @@ import {vintageTheme} from "./VintageTheme";
|
||||
|
||||
export class DefaultConfig implements Config {
|
||||
turnsUntilGameStart(): number {
|
||||
return 25
|
||||
return 100
|
||||
}
|
||||
numBots(): number {
|
||||
return 500
|
||||
return 250
|
||||
}
|
||||
player(): PlayerConfig {
|
||||
return defaultPlayerConfig
|
||||
|
||||
Reference in New Issue
Block a user