diff --git a/core/src/com/unciv/ui/newgamescreen/NationTable.kt b/core/src/com/unciv/ui/newgamescreen/NationTable.kt index a547595c..d3e298a8 100644 --- a/core/src/com/unciv/ui/newgamescreen/NationTable.kt +++ b/core/src/com/unciv/ui/newgamescreen/NationTable.kt @@ -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) } diff --git a/docs/Credits.md b/docs/Credits.md index a531560d..9fe357f3 100644 --- a/docs/Credits.md +++ b/docs/Credits.md @@ -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 diff --git a/extraImages/Unciv icon v4.png b/extraImages/Unciv icon v4.png new file mode 100644 index 00000000..49c4a1dd Binary files /dev/null and b/extraImages/Unciv icon v4.png differ