Add an icon for "Wait" unit action (#7668)

This commit is contained in:
Ouaz
2022-08-16 12:30:37 +02:00
committed by GitHub
parent 11fd49c765
commit 90e582a0c3
5 changed files with 567 additions and 559 deletions

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

View File

@ -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",

View File

@ -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