prime31 / Nez

Nez is a free 2D focused framework that works with MonoGame and FNA
MIT License
1.76k stars 357 forks source link

Expose `AsepriteFileLoader.ReadAsepriteFile` publicly #791

Closed adtennant closed 4 months ago

adtennant commented 4 months ago

Due to AsepriteFileLoader.Load using TitleContainer.OpenStream you can't currently read an Aseprite file using an absolute path (e.g. in a Content Pipeline) or one that you have in memory.