mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Bumped Matter Plugin versions to avoid console logs from Common.info and Common.warn.
This commit is contained in:
parent
36e888cc81
commit
b7343f3424
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue