Skip to content

Commit 294ca71

Browse files
committed
Update CHANGELOG.md
1 parent ac124b8 commit 294ca71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
* `PointerConstraint` has been recoded so that when pressed down, it only polls the World for a body hit test during the next game update. This stops it coming out of sync with the state of the world. Useage of the constraint remains the same as before.
109109
* `Matter.getMatterBodies` is a new function that will return an array of Matter JS Bodies from the given input array, which can be Matter Game Objects, or any class that extends them.
110110
* `Matter.World.has` is a new method that will take a Matter Body, or Game Object, and search the world for it. If found, it will return `true`.
111+
* Matter now has the option to use the Runner that it ships with. The Matter Runner operates in two modes: fixed and variable. In the fixed mode, the Matter Engine updates at a fixed delta value every frame (which is what Phaser has used since the first version). This is still the default. In variable mode, the delta will be smoothed each frame to keep the simulation constant, but at the cost of determininism. You can enable the runner by setting the Runner Config in the Matter Config object, both of which are fully covered with JSDocs.
111112

112113
### New Features
113114

0 commit comments

Comments
 (0)