Phaser API Documentation

  Version: 
gameStarted()

Description:

This method is called automatically when the game has finished loading, if you used the showLoadProgress method. If your game doesn't need to load any assets, or you're managing the load yourself, then call this method directly to start the API running.

When the API has finished starting this plugin will emit a startgame event which you should listen for.

Since: 3.13.0