alpine-alpaca / asefile

Library for loading Aseprite files. Directly reads binary Aseprite files and does not require you to export files to JSON.
MIT License
43 stars 15 forks source link

add iter fn to TilesetsById #15

Closed B-Reif closed 2 years ago

B-Reif commented 2 years ago

Removes the commented-out map function and adds an iter function to expose the .values() iterator of the inner HashMap (for #14).