diff --git a/TODO.txt b/TODO.txt index 2c305ab90..c9050c070 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 diff --git a/resources/images/AllianceIcon.png b/resources/images/AllianceIcon.png index 55df89a7d..ec52620d0 100644 Binary files a/resources/images/AllianceIcon.png and b/resources/images/AllianceIcon.png differ diff --git a/src/core/configuration/DevConfig.ts b/src/core/configuration/DevConfig.ts index a925d7a94..e2824aadf 100644 --- a/src/core/configuration/DevConfig.ts +++ b/src/core/configuration/DevConfig.ts @@ -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 }