2

I am using the TiledMap editor, with a set of Tiles I got from opengameart,

I am using an isometric map, yet I just can't get these tiles to connect without this "stair-stepped" effect.

Example

Any help is appreciated.

Map Properties

Adrian Leonhard
  • 7,040
  • 2
  • 24
  • 38

1 Answers1

1

The editor "blindly" renders rows of tile-images, These rows are too far apart, leading to this staircase effect. Reduce the map tile height (65 in your screenshot) so that it fits.

Adrian Leonhard
  • 7,040
  • 2
  • 24
  • 38