New icon!

This commit is contained in:
Yair Morgenstern 2019-12-08 15:00:27 +02:00
parent 297e604bbf
commit 34bd8155ae
3 changed files with 2 additions and 1 deletions

View file

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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB