Tiles now closer together - no gaps between them!
This commit is contained in:
parent
03d452fd42
commit
21bb743caf
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue