summaryrefslogtreecommitdiffstats
path: root/src/tileset.c
Commit message (Expand)AuthorAgeFilesLines
* tileset: Simplify rendering function logic a bitP. J. McDermott2021-03-261-9/+3
* tileset: Add collision functionsP. J. McDermott2021-03-261-2/+28
* tileset: Ensure there are no more than 32 tilesP. J. McDermott2021-03-261-0/+5
* tileset: Wrap a long lineP. J. McDermott2021-03-251-1/+2
* tileset: Fix format type issueP. J. McDermott2021-03-251-1/+1
* map: Move tile rendering to tilesetP. J. McDermott2021-03-251-26/+43
* tileset: Ensure tile size matches map'sP. J. McDermott2021-03-251-20/+18
* map: Copy the tileset texture to the layer textureP. J. McDermott2021-03-241-5/+7
* texture: Add accessor and texture creation funcsP. J. McDermott2021-03-241-0/+45
* db_tileset_new(): New functionP. J. McDermott2021-03-221-0/+412