mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-24 14:49:23 +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")
|
private val fogImage = ImageGetter.getImage("TerrainIcons/Fog.png")
|
||||||
|
|
||||||
init {
|
init {
|
||||||
val groupSize = 50f
|
val groupSize = 54f
|
||||||
this.setSize(groupSize,groupSize)
|
this.setSize(groupSize,groupSize)
|
||||||
addHexagon(groupSize)
|
addHexagon(groupSize)
|
||||||
addCircleImage()
|
addCircleImage()
|
||||||
|
Reference in New Issue
Block a user