Version 2.2.4
Cleptomania
released this
02 Jul 00:39
·
12 commits
to development
since this release
Small change to the default text color, in Tiled the text color defaults to black(0, 0, 0), previously in pytiled-parser if the color was not specified it would default to white(255, 255, 255). This has been changed to match Tiled's behavior #70
Added a py.typed file in order for type checkers to identify the library as being typed properly.