mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 13:18:56 +07:00
Tiles now closer together - no gaps between them!
This commit is contained in:
@ -33,7 +33,7 @@ open class TileGroup(var tileInfo: TileInfo) : Group() {
|
||||
private val fogImage = ImageGetter.getImage("TerrainIcons/Fog.png")
|
||||
|
||||
init {
|
||||
val groupSize = 50f
|
||||
val groupSize = 54f
|
||||
this.setSize(groupSize,groupSize)
|
||||
addHexagon(groupSize)
|
||||
addCircleImage()
|
||||
|
Reference in New Issue
Block a user