Made yields smaller so heavy yields looks better on tiles

This commit is contained in:
Yair Morgenstern
2022-11-28 21:45:47 +02:00
parent 86903e452a
commit 1eb1976c4e
4 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@ class YieldGroup : HorizontalGroup() {
}
fun getIcon(statName: String) =
ImageGetter.getStatIcon(statName).surroundWithCircle(20f)
ImageGetter.getStatIcon(statName).surroundWithCircle(15f)
.apply { circle.color = Color.BLACK;circle.color.a = 0.5f }
private fun getStatIconsTable(statName: String, number: Int): Table {

View File

@ -906,13 +906,13 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
Applicable to: Building
??? example "Requires a [buildingName] in all cities"
Example: "Requires a [Library] in all cities"
??? example "Requires a [buildingFilter] in all cities"
Example: "Requires a [Culture] in all cities"
Applicable to: Building
??? example "Requires a [buildingName] in at least [amount] cities"
Example: "Requires a [Library] in at least [3] cities"
??? example "Requires a [buildingFilter] in at least [amount] cities"
Example: "Requires a [Culture] in at least [3] cities"
Applicable to: Building
@ -1731,8 +1731,8 @@ Simple unique parameters are explained by mouseover. Complex parameters are expl
??? example "<after founding a Pantheon>"
Applicable to: Conditional
??? example "<if [buildingName] is constructed>"
Example: "<if [Library] is constructed>"
??? example "<if [buildingFilter] is constructed>"
Example: "<if [Culture] is constructed>"
Applicable to: Conditional

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 KiB

After

Width:  |  Height:  |  Size: 501 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 KiB

After

Width:  |  Height:  |  Size: 197 KiB