mapeditor / rs-tiled

Reads files from the Tiled editor into Rust
https://crates.io/crates/tiled
MIT License
268 stars 103 forks source link

Add layer tint color; Fix `Color` parsing issues #150

Closed aleokdev closed 2 years ago

aleokdev commented 2 years ago

Closes #149, closes #85, fixes #148.

aleokdev commented 2 years ago

I thought this would be my first nonbreaking PR, but sadly the addition of the alpha member in Color makes it breaking.

bjorn commented 2 years ago

Wait a sec, you're still missing the changelog entry!