bcvery1 / tilepix

Library for combining tiled maps with pixel
MIT License
46 stars 14 forks source link

Handle tile flips #77

Closed bcvery1 closed 5 years ago

bcvery1 commented 5 years ago

Tiles can be flipped horizontally or/and vertically. This alters the ID of the tile. Reading this data is already handled, and the properties should already be set when tiles are decoded. Need to render the tile in the flipped manner if the property is set.

perber commented 5 years ago

Hi, I will take the issue if you like.

bcvery1 commented 5 years ago

You're very welcome to have a go at this issue - it was scheduled for 0.5.0, but I can pull it forward to 0.4.0

Thanks for continuing to contribute!