Implement `world.timeScale` property
Closed this issue · 1 comments
quinton-ashley commented
Right now users would have to call world.step(timeStamp)
after drawing all the sprites or using allSprites.draw()
. Just having a simple scalar property to change the speed of the animation would be simpler and similar to Unity.
quinton-ashley commented
implemented in v3.19.14