diff --git a/TODO.txt b/TODO.txt index 2c900ff4d..3b9633981 100644 --- a/TODO.txt +++ b/TODO.txt @@ -150,9 +150,10 @@ * BUG: make event box work on mobile DONE 9/30/2024 * BUG: alliance expire message after player dies DONE 9/30/2024 * BUG: alliance cooldown request DONE 9/30/2024 +* Improve alliance icon +* add request attack other players * BUG: double tap zooms on mobile * Make fake humans spawn by their country -* add request attack other players * make create/break alliance single button * add emoji button * make year clock diff --git a/resources/images/AllianceIcon.png b/resources/images/AllianceIcon.png index 6bd140a6d..55df89a7d 100644 Binary files a/resources/images/AllianceIcon.png and b/resources/images/AllianceIcon.png differ diff --git a/resources/images/TargetIcon.png b/resources/images/TargetIcon.png new file mode 100644 index 000000000..7e24aa88f Binary files /dev/null and b/resources/images/TargetIcon.png differ diff --git a/resources/images/TargetIconWhite.png b/resources/images/TargetIconWhite.png new file mode 100644 index 000000000..6909bfa95 Binary files /dev/null and b/resources/images/TargetIconWhite.png differ