make alliance icon sligtly translucent (less jarring)

This commit is contained in:
evanpelle
2024-10-02 17:23:52 -07:00
parent 111992cc2a
commit 0654bc1712
3 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -4,15 +4,15 @@ export const devConfig = new class extends DefaultConfig {
percentageTilesOwnedToWin(): number {
return 95
}
// numSpawnPhaseTurns(): number {
// return 40
// }
// gameCreationRate(): number {
// return 2 * 1000
// }
// lobbyLifetime(): number {
// return 2 * 1000
// }
numSpawnPhaseTurns(): number {
return 40
}
gameCreationRate(): number {
return 2 * 1000
}
lobbyLifetime(): number {
return 2 * 1000
}
turnIntervalMs(): number {
return 100
}