ForNeVeR / O21

FOSS remake of U95, an old submarine arcade game from 1995.
MIT License
22 stars 9 forks source link

Better processing of several animation updates per one game time update #206

Open ForNeVeR opened 1 week ago

ForNeVeR commented 1 week ago

Currently, any of our animations are only able to process no more than one frame per update (see #202).

If the game is slow for whatever reason, this will cause the animations’ frames to slow as well, while actually I believe that certain frames should be skipped.

Let's integrate a better animation frame update system.