Tiled Map Editor - flipped and rotated tiles?

Does Ponytiled or any other framework support flipped and/or rotated tiles from Tiled when exported as .lua or .json file?  

I was currently trying to use Ponytiled but I just get a ton of “WARNING: Unsupported Tiled mirror x,y in tile” messages and the map doesn’t look right.

If it’s not supported, is my best bet to just make 4x as many tiles and include one for each rotation I will need? 

Hey,

The way Tiled supports flipped and mirror is a bit different than Corona does. It has basically three flags. FlipX, FlipY and FlipXY, and these flags in various combinations support both flipping and rotation. Unless you were to go in and solve for all those special cases with rotation, it doesn’t really work.

I do support rotation via object layers, so you may want to try that.

I was actually playing around with the tiles in Tiled and I noticed that if I only used the flip horizontally and flip vertically and did not mix those actions with the rotate right or left it seems to be working fine.  I didn’t get any errors and the map displays as intended.

Not sure if that is intentionally behavior or I got lucky, but if anyone stumbles across this issue maybe it will help someone.

Regarding rotation on object layers, I haven’t checked that out yet, but I’m about to dive into the object layers more now so I’m sure it will come in handy soon.