phaser/src/core/events/RESUME_EVENT.js
2023-01-02 17:36:27 +00:00

16 lines
408 B
JavaScript

/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2013-2023 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|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
* @type {string}
* @since 3.0.0
*/
module.exports = 'resume';