mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 20:59:18 +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()
|
||||
updateYieldGroup()
|
||||
// Yield (in the CityTileGroup) and population icon (in miscLayerGroup) come before everything else
|
||||
miscLayerGroup.toFront()
|
||||
toFront()
|
||||
}
|
||||
|
||||
private fun updateYieldGroup() {
|
||||
|
Reference in New Issue
Block a user