mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 07:50:45 +00:00
make alliance icon sligtly translucent (less jarring)
This commit is contained in:
@@ -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 |
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user