AgoutiGames / RawSalmonEngine

A game engine utilising "Tiled" map files
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Flip and rotate support for tiles #78

Closed VectorWolf closed 5 years ago

VectorWolf commented 5 years ago

A feature if tiled which i didn't even notice until now is that its possible to specifiy for individual tiles if they should be flipped or even rotated by 90 degrees. To implement this we'll have to read the last three bits of the global id which specify the particular rotation.