valzkat1 / andors-trail

Automatically exported from code.google.com/p/andors-trail
0 stars 0 forks source link

Add support for horizontally and vertically flipped tiles in TMX files #238

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Tiled 0.7.0 introduced a change to the map format, where tiles may be 
horizontally and/or vertically flipped. This is stored in the high bits of the 
tile gid.
http://www.mapeditor.org/2011/07/tiled-qt-070-released.html

We should add support for these types of tiles in Andor's Trail. Using them 
could reduce both the installation size and memory usage if done correctly.

Original issue reported on code.google.com by oskar.wi...@gmail.com on 31 Aug 2011 at 7:31

GoogleCodeExporter commented 8 years ago
And rotated ones.  We need to support rotated, and flipped tiles.

Original comment by tantoedge on 12 Nov 2012 at 4:23