Rybadour / Spider-Fish

A simple Bullet Hell Shooter.
socr.uwindsor.ca/~giga
8 stars 4 forks source link

Animating Sprites #27

Open Rybadour opened 13 years ago

Rybadour commented 13 years ago

We need a class to handle animating sprites, they should render like sprites but change frames at a specified rates. It should be given a sprite sheet, a frame rate, and the a point to render at. The animated sprites need to be given the game rate in milliseconds like game object.

madebyjeffrey commented 13 years ago

Setup a queue that will be run through every loop and will disperse the dt.