mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 09:27:37 +00:00
Update CHANGELOG-v3.60.md
This commit is contained in:
parent
41803facaa
commit
4d08162805
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ The Phaser 3.60 Tween system has been recoded to help with performance and resol
|
|||
* It wasn't possible to resume a Tween that was immediately paused after creation. Fix #6169 (thanks @trynx)
|
||||
* Calling `Tween.setCallback()` without specifying the `params` argument would cause an error invoking the callback params. This parameter is now fully optional. Fix #6047 (thanks @orcomarcio)
|
||||
* Calling `Tween.play` immediately after creating a tween with `paused: true` in the config wouldn't start playback. Fix #6005 (thanks @MartinEyebab)
|
||||
* Fixed an issue where neither Tweens or Timelines would factor in the Tween Manager `timeScale` value unless they were using frame-based timing instead of delta timing.
|
||||
|
||||
### New Features
|
||||
|
||||
|
|
Loading…
Reference in a new issue