dcronqvist / DotTiled

📚 A .NET library for loading, saving, and handling Tiled maps and tilesets
https://dcronqvist.github.io/DotTiled
MIT License
12 stars 2 forks source link

Fix type of visible attribute in tileset object group. #37

Closed Serdan closed 1 week ago

Serdan commented 1 week ago

How to recreate bug: Add collision object to tile and then hide it. Crashes with parse error.

dcronqvist commented 1 week ago

Hey! I was able to reproduce the issue and this seems like a good fix :)

Thanks for your contribution, and good find! Will push a new version of the NuGet shortly that includes this fix.