mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 15:08:31 +00:00
Merge pull request #5879 from samme/docs/scene-config
Docs: mark Scene config optional
This commit is contained in:
commit
c9beece946
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue