phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
20 lines (18 loc) • 629 B
JavaScript
/**
* @author Richard Davey <rich@phaser.io>
* @copyright 2013-2025 Phaser Studio Inc.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* This event is dispatched when the Scene Manager has created the System Scene,
* which other plugins and systems may use to initialize themselves.
*
* This event is dispatched just once by the Game instance.
*
* @event Phaser.Core.Events#SYSTEM_READY
* @type {string}
* @since 3.70.0
*
* @param {Phaser.Scenes.Systems} sys - A reference to the Scene Systems class of the Scene that emitted this event.
*/
module.exports = 'systemready';