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
+1 -1
View File
@@ -152,7 +152,7 @@
* BUG: alliance cooldown request DONE 9/30/2024
* make create/break alliance single button DONE 10/1/2024
* add request attack other players DONE 10/2/2024
* Improve alliance icon
* Improve alliance icon DONE 10/2/2024
* BUG: center button should be disabled select island
* BUG: boat icon appears when click inland
* BUG: double tap zooms on mobile
Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

+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
}