mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 11:10:51 +00:00
game kind of working with GameView
This commit is contained in:
@@ -18,8 +18,8 @@ export class DevConfig extends DefaultConfig {
|
||||
super(sc, gc);
|
||||
}
|
||||
|
||||
numSpawnPhaseTurns(gameType: GameType): number {
|
||||
return gameType == GameType.Singleplayer ? 40 : 200
|
||||
numSpawnPhaseTurns(): number {
|
||||
return this.gameConfig().gameType == GameType.Singleplayer ? 40 : 200
|
||||
// return 100
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user