fisrt commit
This commit is contained in:
17
node_modules/phaser/plugins/impact/events/RESUME_EVENT.js
generated
vendored
Normal file
17
node_modules/phaser/plugins/impact/events/RESUME_EVENT.js
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* @author Richard Davey <rich@photonstorm.com>
|
||||
* @copyright 2020 Photon Storm Ltd.
|
||||
* @license {@link https://opensource.org/licenses/MIT|MIT License}
|
||||
*/
|
||||
|
||||
/**
|
||||
* The Impact Physics World Resume Event.
|
||||
*
|
||||
* This event is dispatched by an Impact Physics World instance when it resumes from a paused state.
|
||||
*
|
||||
* Listen to it from a Scene using: `this.impact.world.on('resume', listener)`.
|
||||
*
|
||||
* @event Phaser.Physics.Impact.Events#RESUME
|
||||
* @since 3.0.0
|
||||
*/
|
||||
module.exports = 'resume';
|
||||
Reference in New Issue
Block a user