Bumped Matter Plugin versions to avoid console logs from Common.info and Common.warn.

This commit is contained in:
Richard Davey 2019-12-10 14:02:10 +00:00
parent 36e888cc81
commit b7343f3424
3 changed files with 3 additions and 2 deletions

View file

@ -99,6 +99,7 @@
* `Constraint.pointAWorld` is a new method added to Matter that returns the world-space position of `constraint.pointA`, accounting for `constraint.bodyA`.
* `Constraint.pointBWorld` is a new method added to Matter that returns the world-space position of `constraint.pointB`, accounting for `constraint.bodyB`.
* `Body.setCentre` is a new method added to Matter that allows you to set the center of mass of a Body (please note the English spelling of this function.)
* Bumped Matter Plugin versions to avoid console logs from Common.info and Common.warn.
### Updates

View file

@ -9,7 +9,7 @@ var MatterAttractors = {
// plugin meta
name: 'matter-attractors', // PLUGIN_NAME
version: '0.1.7', // PLUGIN_VERSION
for: 'matter-js@^0.13.1',
for: 'matter-js@^0.14.2',
silent: true, // no console log please
// installs the plugin where `base` is `Matter`

View file

@ -9,7 +9,7 @@ var MatterWrap = {
// plugin meta
name: 'matter-wrap', // PLUGIN_NAME
version: '0.1.4', // PLUGIN_VERSION
for: 'matter-js@^0.13.1',
for: 'matter-js@^0.14.2',
silent: true, // no console log please
// installs the plugin where `base` is `Matter`