oakes/tile-soup

Handling flipped/mirrored tiles

zilti opened this issue · 2 comments

zilti commented

Adding a flipped and/or mirrored tile causes the encoded number to be too big for an int (e.g.: 2147483651), making tile-soup fail while parsing a tmx file.

On top of that, is it in or out of tile-soup's scope to decode the bitmask for flipping? See https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#tile-flipping.

oakes commented
oakes commented

I pushed 0.4.2 to clojars with your fix, thanks.