mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Fixed exposure
This commit is contained in:
parent
0899c135d6
commit
72690734c3
2 changed files with 6 additions and 2 deletions
|
@ -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 = {
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
|
||||
|
|
Loading…
Reference in a new issue