tileson icon indicating copy to clipboard operation
tileson copied to clipboard

A modern and helpful cross-platform json-parser for C++, used for parsing Tiled maps.

Results 23 tileson issues
Sort by recently updated
recently updated
newest added

Tiled™ allows you to use tilesets with tile size different than tile size defined in map options. This couse problems: 1. `tson::Tile::getDrawindRect()` - returns wrong texture coordinates ->` [ map_grid_width...

bug

To calculate real tile gid tson::Tile uses flags FLIPPED_HORIZONTALLY_FLAG, FLIPPED_VERTICALLY_FLAG, FLIPPED_DIAGONALLY_FLAG. But if Tile is hexagonal we need (as I understand) additional flag like ROTATED_HEXAGONAL_120_FLAG: ``` const unsigned FLIPPED_HORIZONTALLY_FLAG =...

When setting up this repository for the first-time build, the developer currently needs to modify the CMake build directory because the executable’s working directory must be set relative to the...