TheBoneJarmer / TiledCS

TiledCS is a dotnet library for loading Tiled tilesets and maps
MIT License
139 stars 51 forks source link

Missing opacity from TiledLayer #77

Closed juanferrer closed 2 years ago

juanferrer commented 2 years ago

One of the attributes in the resulting XML for a layer is opacity, I noticed TiledLayer doesn't have this property. Are you accepting PRs?

TheBoneJarmer commented 2 years ago

Just checked and confirmed. And yes, I do accept pull requests but due to this change being so tiny I decided to just add it myself in the develop branch. If you need it asap feel free to pull it and build it. I have to focus at something else right now so will probably test it thoroughly this evening probably so I can merge it to master. :)

TheBoneJarmer commented 2 years ago

Fix has been released!