2D Toolkit Forum

2D Toolkit => Support => Topic started by: renelima on May 01, 2016, 06:20:26 pm

Title: Isometric MAp
Post by: renelima on May 01, 2016, 06:20:26 pm
I'm trying to create an isometric map, however no documentation about it. I have created a map of isometric type however not left with should. Can anyone direct me to a tutorial or which step is to create an isometric map?
(http://i.imgur.com/TOS25i6.png)
Title: Re: Isometric MAp
Post by: unikronsoftware on May 05, 2016, 09:42:17 pm
To set up an isometric tilemap, create the tilemap and start painting a few tiles into it.
Then, in Settings
Tile Properties
change Tile Type -> Isometric.

You'll now see the tiles offset correctly for isometric.
Now tk2d needs to be told how big the isometric tiles are.

Reduce the vertical size so it now aligns correctly.
After that, change sort method so they're all drawn in the correct order.