mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-23 14:19:15 +07:00
Population icon before unit image in city tiles
This commit is contained in:
@ -81,6 +81,9 @@ class CityTileGroup(private val city: City, tile: Tile, tileSetStrings: TileSetS
|
|||||||
|
|
||||||
updatePopulationIcon()
|
updatePopulationIcon()
|
||||||
updateYieldGroup()
|
updateYieldGroup()
|
||||||
|
// Yield (in the CityTileGroup) and population icon (in miscLayerGroup) come before everything else
|
||||||
|
miscLayerGroup.toFront()
|
||||||
|
toFront()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun updateYieldGroup() {
|
private fun updateYieldGroup() {
|
||||||
|
Reference in New Issue
Block a user