mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-07 00:41:39 +07:00
New icon!
This commit is contained in:
@ -24,7 +24,7 @@ class NationTable(val nation: Nation, width:Float, ruleset: Ruleset)
|
||||
titleTable.add(ImageGetter.getNationIndicator(nation, 50f)).pad(10f)
|
||||
val leaderDisplayLabel = nation.getLeaderDisplayName().toLabel(nation.getInnerColor(),24)
|
||||
val leaderDisplayNameMaxWidth = width - 70 // for the nation indicator
|
||||
if(leaderDisplayLabel.width > leaderDisplayNameMaxWidth){
|
||||
if(leaderDisplayLabel.width > leaderDisplayNameMaxWidth){ // for instance Polish has really long [x] of [y] translations
|
||||
leaderDisplayLabel.setWrap(true)
|
||||
titleTable.add(leaderDisplayLabel).width(leaderDisplayNameMaxWidth)
|
||||
}
|
||||
|
@ -502,6 +502,7 @@ Unless otherwise specified, all the following are from [the Noun Project](https:
|
||||
* [radar scan](https://thenounproject.com/search/?q=range&i=1500234) By icon 54 for Range
|
||||
* [short range radar](https://thenounproject.com/search/?q=air%20range&i=2612731) by Vectors Point for Intercept range
|
||||
* [Puppet](https://thenounproject.com/search/?q=puppet&i=285735) By Ben Davis for puppeted cities
|
||||
* [City](https://thenounproject.com/search/?q=city&i=1765370) By Muhajir ila Robbi in the Icon center
|
||||
|
||||
# Sound credits
|
||||
|
||||
|
BIN
extraImages/Unciv icon v4.png
Normal file
BIN
extraImages/Unciv icon v4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Reference in New Issue
Block a user