Page 1 of 1

Isometric Graphics Tutorial Example Tiles

Posted: Sun Mar 06, 2011 9:30 pm
by markhobley
Does anyone have any working example build from the isometric graphics tutorial? I need to know how to cut the tiles, and I could do with a sample tile to use as a template.

Re: Isometric Graphics Tutorial Example Tiles

Posted: Mon Sep 12, 2011 5:33 am
by chronokun
here's an example tile you can have a look at
image.png
image.png (827 Bytes) Viewed 2173 times
if you want I can give you a runnable demo as well but the code from the wiki should work fine.


one small point though is that the tile width is the width of the image (128) even though the tile in the image is slightly less wide (126), otherwise they wont line up quite right.