SSBMTonberry / tileson

A modern and helpful cross-platform json-parser for C++, used for parsing Tiled maps.
BSD 2-Clause "Simplified" License
193 stars 30 forks source link

Tiles rotated to 90 and 270 degrees display incorrectly #115

Closed twje closed 10 months ago

twje commented 10 months ago

Description

Tiles rotated to 90 and 270 degrees display incorrectly. Although the ultimate_test.json file appears to render symmetric cloud images correctly at these rotations, this is not the case for non-symmetric sprites, where the rendering issue becomes evident.

twje commented 10 months ago

Pull request #116 is up for review