mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-07 00:41:39 +07:00
Add an icon for "Wait" unit action (#7668)
This commit is contained in:
BIN
android/Images/OtherIcons/Wait.png
Normal file
BIN
android/Images/OtherIcons/Wait.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.0 MiB |
@ -136,7 +136,7 @@ enum class UnitActionType(
|
||||
GiftUnit("Gift unit",
|
||||
{ ImageGetter.getImage("OtherIcons/Present") }, UncivSound.Silent),
|
||||
Wait("Wait",
|
||||
null, 'z', UncivSound.Silent),
|
||||
{ ImageGetter.getImage("OtherIcons/Wait") }, 'z', UncivSound.Silent),
|
||||
ShowAdditionalActions("Show more",
|
||||
{ imageGetShowMore() }, KeyCharAndCode(Input.Keys.PAGE_DOWN)),
|
||||
HideAdditionalActions("Back",
|
||||
|
@ -653,6 +653,7 @@ Unless otherwise specified, all the following are from [the Noun Project](https:
|
||||
- [City](https://thenounproject.com/search/?q=city&i=571332) By Felix Westphal
|
||||
- [Fire](https://thenounproject.com/search/?q=Fire&i=96564) By Lloyd Humphreys for "city being razed" icon
|
||||
- [Sleep](https://thenounproject.com/search/?q=sleep&i=1760085) By Saeful Muslim
|
||||
- [Clockwise](https://thenounproject.com/icon/clockwise-184528/) By Universal Icons (Louis Dawson) for "Wait" icon. The original work has been slightly modified.
|
||||
- [Banner](https://thenounproject.com/term/banner/866282/) By Emir Palavan for embarked units
|
||||
- [Arrow](https://thenounproject.com/term/arrow/18123/) By uzeir syarief for moving between idle units
|
||||
- [Replace](https://thenounproject.com/search/?q=replace&i=17858) By Mike Rowe for switching tiles between cities
|
||||
|
Reference in New Issue
Block a user