mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 01:08:25 +07:00
Made yields smaller so heavy yields looks better on tiles
This commit is contained in:
@ -50,7 +50,8 @@ class YieldGroup : HorizontalGroup() {
|
||||
}
|
||||
else -> {
|
||||
val largeImage = ImageGetter.getStatIcon(statName)
|
||||
table.add(largeImage).size(largeImage.width * 1.5f, largeImage.height * 1.5f)
|
||||
table.add(largeImage.surroundWithCircle(25f)
|
||||
.apply { circle.color = Color.BLACK;circle.color.a = 0.5f })
|
||||
}
|
||||
}
|
||||
table.pack()
|
||||
|
Reference in New Issue
Block a user