Simple-Tiled-Implementation icon indicating copy to clipboard operation
Simple-Tiled-Implementation copied to clipboard

Isometric coordinates not generating automatically

Open gdstewart opened this issue 8 years ago • 0 comments

For isometric maps, the x and y coordinates obtained from the map are not properly converted, instead giving orthographic coordinates.

In the mean time, you can get the correct isometric coordinates by dividing the x and y coordinates by tile height (resulting in the position in tiles), and then plugging them into the Map:convertTileToPixel function.

gdstewart avatar Mar 31 '17 04:03 gdstewart