Search found 2 matches

by MikaelS
Wed Jan 06, 2016 12:32 pm
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 918
Views: 870045

Re: Simple Tiled Implementation - STI v0.14.1.11

I asked you earlier about conversion of hexagonal coordinates to orthogonal and vice versa. Have you had any time to look into this? I tried myself using the code in Map:setSpriteBatches() because as far as I can tell this is where the same conversion takes place for the tiles themselves, but I have...
by MikaelS
Wed Oct 21, 2015 10:15 am
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 918
Views: 870045

Re: Simple Tiled Implementation - STI v0.14.1.5

Thanks for a great library!

Regarding the new support for hexagonal maps, are there any conversion functions (like Map:convertStaggeredTileToScreen and Map:convertcreenToStaggeredTile) planned? I can't find them in the documentation or in the source code yet.