-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
It would be a great feature if we could flip specific tiles. In my custom sheet I have a few icons I'd like to flip in certain scenarios, it would save me having to add a flipped entry in the sheet if I could just flip the tile programmatically.
Maybe TCOD_ConsoleTile could have a flippedX or flippedY bool, then you could flip the UV based on these bools?