Merge pull request #5879 from samme/docs/scene-config

Docs: mark Scene config optional
This commit is contained in:
Richard Davey 2021-10-25 17:59:55 +01:00 committed by GitHub
commit c9beece946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ var Systems = require('./Systems');
* @constructor
* @since 3.0.0
*
* @param {(string|Phaser.Types.Scenes.SettingsConfig)} config - Scene specific configuration settings.
* @param {(string|Phaser.Types.Scenes.SettingsConfig)} [config] - The scene key or scene specific configuration settings.
*/
var Scene = new Class({