RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.3k stars 270 forks source link

Revert parsing float properties after the type field #195

Closed aganm closed 4 years ago

aganm commented 4 years ago

This isn't compatible with maps exported in JSON 1.1 (tiled 1.2.1). Better revert it to keep backwards compatibility.

RandyGaul commented 4 years ago

Backwards compat isn’t super important. It’s much more important to just go with the latest version of Tiled and specify in the docs which version was last tested. That way people can download the specific version of Tiled that is known to work.