2D Toolkit Forum
2D Toolkit => Support => Topic started by: evax on June 03, 2013, 10:58:09 am
-
1. in tiled(www.mapeditor.org)
drawing staggered isometic map 3x3
ABC
DEF <-offset 1/2 tile width
GHI
But in 2dtoolkit
ABC <-offset 1/2 tile width
DEF
GHI <-offset 1/2 tile width
is this Bug? or Intend?
2. have a plan support isometric?
A
DB
GEC
HF
I
-
1. Thats just convention I guess? When this was developed TileD didn't support staggered isometric maps, so didn't really have anything to work off. You could possibly change tk2d to match the convention fairly easily. Let me know and I'll look into it for you.
2. No plans to support diamond isometric at the moment.