—, sorry for the late reply, I was on holiday without access to the computer (was very relaxing without a computer for a week)
you can set the tiles at a size of whatever you like. The Generator just generates the rooms.
As an example:
You have a floor at the coordinates 1/1, 1/2, 1/3, 2/1 and 3/1. You can get this information from the generated Array. If you device to use a tile that has the size of 64x64 you only need to take care that the tiles are aligned correctly.
1 2 3
1 X X X
2 X
3 X
I do hope this makes sense, I will try to find some time to set up a simple example capx which shows how to use different tilesizes.
istavang, unfortunately not yet