addPopulationIcon

fun addPopulationIcon(icon: Image = ImageGetter.getStatIcon("Population") .apply { color = Color.GREEN.cpy().lerp(Color.BLACK, 0.5f) })

Sources

jvm source
Link copied to clipboard