mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 07:16:54 +07:00
Made yields smaller so heavy yields looks better on tiles
This commit is contained in:
parent
1eb1976c4e
commit
cdc8afb56d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user