Update CHANGELOG-v3.85.md

This commit is contained in:
Zeke Chan 2024-06-28 17:48:57 +08:00
parent ecd4bcb512
commit 49cf8ddf0e

View file

@ -20,7 +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
* Matter Physics bodies has a new property `wrapBounds` which allow you to wrap physics bodies around a specified 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)