mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Update CHANGELOG-v3.85.md
This commit is contained in:
parent
a0f44ed02e
commit
ecd4bcb512
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
# Updates
|
||||
|
||||
* MatterJS updated to 0.20.0 and integrated into Phaser. [Here are details about the update](MatterJS.md).
|
||||
* Matter Physics bodies has a new property `wrapBounds` which allow you to wrap physics bodies around a minimum and maximum boundary
|
||||
* Calling `Timeline.pause` will now pause any currently active Tweens that the Timeline had started (thanks @monteiz)
|
||||
* 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)
|
||||
|
|
Loading…
Reference in a new issue