Resolved #6147 - can see improvement removal icons in Civilopedia

This commit is contained in:
Yair Morgenstern 2022-02-12 20:14:52 +02:00
parent 3bbfb0100c
commit b62617c4d2

View File

@ -262,7 +262,7 @@ object ImageGetter {
fun getImprovementIcon(improvementName: String, size: Float = 20f): Group {
if (improvementName.startsWith(Constants.remove) || improvementName == Constants.cancelImprovementOrder)
return Table().apply { add(getImage("OtherIcons/Stop")).size(size) }
return getImage("OtherIcons/Stop").surroundWithCircle(size)
val iconGroup = getImage("ImprovementIcons/$improvementName").surroundWithCircle(size)