Skip to content

Commit edb0a8b

Browse files
committed
Update CHANGELOG.md
1 parent a6341a9 commit edb0a8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ You can find lots of examples on using DOM Elements in the Phaser 3 Examples rep
9797
* `Body.stopVelocityOnCollide` has been removed as it was never used internally.
9898
* All of the Arcade Physics Components are now available directly under the `Phaser.Physics.Arcade.Components` namespace. Fix #4440 (thanks @jackfreak)
9999
* `Phaser.Physics.Arcade.Events` is now exposed in the namespace, preventing it from erroring if you use them in TypeScript. Fix #4481 (thanks @danielalves)
100+
* The Matter World configuration value `bodyDebugFillColor` has been renamed to `debugBodyFillColor` to be consistent with the rest of the options.
101+
* The Matter World configuration has a new property: `debugStaticBodyColor` that sets the static body debug color.
100102

101103
#### Bug Fixes
102104

0 commit comments

Comments
 (0)