update front page background image

This commit is contained in:
evanpelle
2024-08-24 17:43:45 -07:00
parent 1c181fa1e2
commit 2d7d4875f7
7 changed files with 37 additions and 25 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export class DefaultPlayerConfig implements PlayerConfig {
startTroops(playerInfo: PlayerInfo): number {
if (playerInfo.isBot) {
return 1000
return 5000
}
return 5000
}