Project-Rekt / engine

Game Engine - Currently on version MASON
https://project-rekt.github.io/engine/index.html
Apache License 2.0
1 stars 3 forks source link

Create a class to manage animation refresh rate #14

Closed elijah-t closed 4 years ago

elijah-t commented 4 years ago

Animation refresh rate

Animations have a refresh rate that allow the sprite to have a buffer into it's next state, based on frames per second. This class will allow the customization of number of refreshes based on frames per second.

Squishy123 commented 4 years ago

Do we want to have a class to manage this, or should we combine it in the sprite schema?

elijah-t commented 4 years ago

Now that you mention it, it would probably be good combined with the sprite schema; we could have refresh rate be one of its properties.

Squishy123 commented 4 years ago

let's move this issue to the other one then