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.
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.