summaryrefslogtreecommitdiff
path: root/lib/Tiled.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changes to tiled map formatstuebinm2021-12-131-2/+4
| | | | (found by running through rc3 2021 map submissions and looking at what failed)
* handle text objects in objectgroup layersstuebinm2021-12-121-6/+16
|
* lots of code reorganising and some deduplicationstuebinm2021-12-041-0/+388
it was kinda getting messy in places. Also found some accidental isomorphisms between types, so these are now only one type because the consequences were getting silly.