mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 03:53:12 -04:00
Population icon before unit image in city tiles
This commit is contained in:
parent
cbf989ce91
commit
c9a10bccb3
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user