Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Does it support tiling on specified axis? Because when i do width bigger than height, it tiles on y-axis, and on x-axis when height is bigger. How can i tile on y-axis when i hit height more then width? 

Seems like that doesn't work. I'll look into it.

(+1)

Actually, this is an issue that I don't know how to fix yet. If the width / height aren't a multiple of each other, the tiling doesn't work. So as a workaround, just make sure the height / width is a multiple of the other, like 200 x 400 for example.

(+1)

Thank you very much, that realy helps. Amazing tool!