phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.34k stars 491 forks source link

TweenManager.frameBased not working as expected #685

Closed samme closed 3 years ago

samme commented 3 years ago

https://github.com/photonstorm/phaser/issues/2178

However, in practice it seems like the only way to have tweens running for a fixed amount of time regardless of the device speed is setting frameBased to true.

There are a couple of threads on the forms about it:

http://www.html5gamedevs.com/topic/18183-tweenmanagerframebased-not-working-as-expected/ http://www.html5gamedevs.com/topic/18242-tweens-duration-different-on-different-machines/

v2.4.1 to v2.16.2

Will be fixed in v2.17.0, by removing frameBased!

samme commented 3 years ago

Fixed in https://github.com/photonstorm/phaser-ce/releases/tag/v2.17.0