Fixed exposure

This commit is contained in:
Richard Davey 2018-03-21 14:41:34 +00:00
parent 0899c135d6
commit 72690734c3
2 changed files with 6 additions and 2 deletions

View file

@ -13,7 +13,9 @@
* with other LITE or PASSIVE entities at all. The behavior for FIXED vs.
* FIXED collisions is undefined.
*
* @namespace Phaser.Physics.Impact.COLLIDES
* @name Phaser.Physics.Impact.COLLIDES
* @type {object}
* @since 3.0.0
*/
module.exports = {

View file

@ -13,7 +13,9 @@
* with other LITE or PASSIVE entities at all. The behavior for FIXED vs.
* FIXED collisions is undefined.
*
* @namespace Phaser.Physics.Impact.TYPES
* @name Phaser.Physics.Impact.TYPES
* @type {object}
* @since 3.0.0
*/
module.exports = {