mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Update MatterPhysics.js
This commit is contained in:
parent
cc5c5bb1e3
commit
1c6e8df436
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ var MatterPhysics = new Class({
|
|||
/**
|
||||
* A reference to the `Matter.Bodies` module.
|
||||
*
|
||||
* The `Matter.Bodies` module contains factory methods for creating rigid body models
|
||||
* The `Matter.Bodies` module contains factory methods for creating rigid bodies
|
||||
* with commonly used body configurations (such as rectangles, circles and other polygons).
|
||||
*
|
||||
* @name Phaser.Physics.Matter.MatterPhysics#bodies
|
||||
|
|
Loading…
Reference in a new issue