mileung / rn-sprite-sheet

A sprite sheet animation library for React Native
https://www.npmjs.com/package/rn-sprite-sheet
153 stars 35 forks source link

Change sprite sheets on the fly? #34

Open keehun opened 10 months ago

keehun commented 10 months ago

Would it be possible to be able to change sprite sheets on the fly?

I realize that I could generate one master sprite sheet with all the sprites and map my animations accordingly, but it would be easier to just assign a new image and update the fps and sprites I want to use.