EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.75k stars 136 forks source link

Properly handle gifs #798

Closed Noofbiz closed 1 year ago

Noofbiz commented 1 year ago

I'm thinking instead of just grabbing the first image in the set like it does, we can create a sprite sheet that way users have access to the entire animation rather than just the first frame. We could even make it an AnimationComponent entirely since the frame rate is included in the gif file.