mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Update CHANGELOG-v3.85.md
This commit is contained in:
parent
722dfb79ed
commit
0a169a6ab6
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
* Calling `Timeline.resume` will now resume any currently paused Tweens that the Timeline had started (thanks @monteiz)
|
||||
* Calling `Timeline.clear` and `Timeline.destroy` will now destroy any currently active Tweens that the Timeline had created. Previously, active tweens would continue to play to completion (thanks @monteiz)
|
||||
* `TimelineEvent` has a new property called `tweenInstance`. If the Timeline event has a tween that has been activated, this will hold a reference to it.
|
||||
* If you create a BitmapText with an invalid key it will now throw a runtime error. Previously it just issued a console warning and then crashed (thanks @samme)
|
||||
|
||||
# Bug Fixes
|
||||
|
||||
|
@ -26,3 +27,5 @@
|
|||
|
||||
Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:
|
||||
|
||||
@lgtome
|
||||
@samme
|
||||
|
|
Loading…
Add table
Reference in a new issue