mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-15 13:33:03 +00:00
game kind of working with GameView
This commit is contained in:
@@ -178,8 +178,8 @@ export class DefaultConfig implements Config {
|
||||
boatMaxDistance(): number {
|
||||
return 500
|
||||
}
|
||||
numSpawnPhaseTurns(gameType: GameType): number {
|
||||
return gameType == GameType.Singleplayer ? 100 : 300
|
||||
numSpawnPhaseTurns(): number {
|
||||
return this._gameConfig.gameType == GameType.Singleplayer ? 100 : 300
|
||||
}
|
||||
numBots(): number {
|
||||
return 400
|
||||
|
||||
Reference in New Issue
Block a user