Piotr Dąbrowski
Results
2
issues of
Piotr Dąbrowski
As in title. This couse problems handling animations, when you using multiple tilesets on map: `tson::Frame::getTileId()` - return local tile ID, so `tson::Tile *t = tson::Tileset::getTIle( tson::Frame::getTileID() )` - WILL...
bug
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