Hello, I'm writing an RPG-Esque creation tool. And I was wondering what the best way to draw sprites would be.
1.) Draw the sprite from a Raw .gif file.
2.) Create a series of Frames for the sprite and loop through each sprite incrimenting the frame number.
I was wondering what the best approach to this is and how to impliment it.