phaser/src/core/events/RESUME_EVENT.js

15 lines
396 B
JavaScript
Raw Normal View History

2019-01-15 15:11:19 +00:00
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2018 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* The Game Resume Event.
*
* This event is dispatched when the game loop leaves a paused state and resumes running.
*
* @event Phaser.Core.Events#RESUME
2019-01-15 15:11:19 +00:00
*/
module.exports = 'resume';