FosterFramework / Foster

A small C# game framework
MIT License
422 stars 37 forks source link

Add constructor: Aseprite(Stream stream) #48

Closed kuujoo closed 9 months ago

kuujoo commented 9 months ago

Since content API (#37) returns stream objects, we should be able to load Aseprite directly from these.

NoelFB commented 9 months ago

Looks great, surprised it didn't already have this! Thanks!