Closed AberDerBart closed 5 months ago
Fixed in next
branch. I'll publish it in crates.io
Workaround for now: tiled = {git = "https://github.com/mapeditor/rs-tiled.git", branch = "next" }
in your Cargo.toml
For the record, the change that fixed this is 4d3f19996365a910abb1a2ee53452639fd1c1440.
Thanks for the fast response! The workaround works fine :)
Fixed on the last release
When parsing text objects from a map file, the metadata (font family, pixel size, etc.) is parsed, but the actual text is skipped.
e.g.
is parsed to
(I omitted the
map
key from the debug output of the object containing the whole map)