kxcrl / foundryvtt-retro

MIT License
0 stars 0 forks source link

Allow framerate to be adjusted #33

Open kxcrl opened 10 months ago

kxcrl commented 10 months ago

Context

It is possible that someone will want to have a very high fidelity walking animation, or an idle animation that needs to play a bit faster to look correct. In either case, they should have the ability in the module config to adjust the current play speed.

It will be important to note in the settings that they are not adjusting FPS. Since we are using JavaScript, every frame is always played. This only adjusts the speed at which the stack is flipped through, so it will have to be adjusted and checked.