can change spawn in beginning of game

This commit is contained in:
evanpelle
2024-08-25 20:21:35 -07:00
parent 1d7c4c996f
commit 51650eb930
17 changed files with 187 additions and 43 deletions
+2 -2
View File
@@ -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