mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +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())
|
||||
populationImage!!.color = Color.WHITE
|
||||
else populationImage!!.color = Color.GRAY
|
||||
populationImage!!.toFront()
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (improvementImage != null) improvementImage!!.setColor(1f, 1f, 1f, 0.5f)
|
||||
if (resourceImage != null) resourceImage!!.setColor(1f, 1f, 1f, 0.5f)
|
||||
|
||||
|
Reference in New Issue
Block a user