mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 07:49:17 +07:00
Tile feature imag no longer (paritially) covers population image in cities
This commit is contained in:
@ -31,10 +31,10 @@ class CityTileGroup(private val city: CityInfo, tileInfo: TileInfo) : TileGroup(
|
|||||||
if (tileInfo.isWorked())
|
if (tileInfo.isWorked())
|
||||||
populationImage!!.color = Color.WHITE
|
populationImage!!.color = Color.WHITE
|
||||||
else populationImage!!.color = Color.GRAY
|
else populationImage!!.color = Color.GRAY
|
||||||
|
populationImage!!.toFront()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (improvementImage != null) improvementImage!!.setColor(1f, 1f, 1f, 0.5f)
|
if (improvementImage != null) improvementImage!!.setColor(1f, 1f, 1f, 0.5f)
|
||||||
if (resourceImage != null) resourceImage!!.setColor(1f, 1f, 1f, 0.5f)
|
if (resourceImage != null) resourceImage!!.setColor(1f, 1f, 1f, 0.5f)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user