tuttlem / phony

Bootstrap code for game applications
1 stars 0 forks source link

Textfile parser for animations #6

Open tuttlem opened 9 years ago

tuttlem commented 9 years ago

To make animation loading a lot easier, create a text file parser that takes in frame information. This will also require the texture manager to be able to load a big texture and then index-into the texture for each frame.

There probably should be an "easing" setting for the interpolation of animation frames as well as overall speed and looping (over-and-over vs. back-and-forth vs. none)