mapeditor / rs-tiled

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

Flatten Vec<Vec<LayerTile>> to Vec<LayerTile> #128

Closed bjorn closed 2 years ago

bjorn commented 2 years ago

This simplifies code and should be better on memory usage since it is less fragmented.

Also added width and height attributes to Layer.

Closes #54

aleokdev commented 2 years ago

Could you add any interface changes to CHANGELOG.md?