convert image to spritesheet of tiles for isometric map?
Posted
by
Paul
on Game Development
See other posts from Game Development
or by Paul
Published on 2014-06-07T12:35:18Z
Indexed on
2014/06/07
15:41 UTC
Read the original article
Hit count: 380
is there a way to convert an isometric image (like the first image) to a spritesheet (like the second image), in order to place each image on the isometric map with the code?
The map looks like the first image, but some buildings are bigger than just one tile, so I need several squares (let's say the first image is a building, made of multiple tiles with different colors), and each square is placed with an offset of 64x32. The building is created in Blender and I save the image with the isometric perspective. But I have to split each square from this image in order to have the spritesheet, maybe there is smarter way, or a java software that would make the conversion for me?
© Game Development or respective owner