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
@@ -23,7 +23,7 @@ export const devConfig = new class extends DefaultConfig {
export const devPlayerConfig = new class extends DefaultPlayerConfig {
startTroops(playerInfo: PlayerInfo): number {
if (playerInfo.isBot) {
return 1000
return 5000
}
return 5000
}