You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/scene/typedefs/SettingsConfig.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
* @property {string} [key] - The unique key of this Scene. Must be unique within the entire Game instance.
6
6
* @property {boolean} [active=false] - Does the Scene start as active or not? An active Scene updates each step.
7
7
* @property {boolean} [visible=true] - Does the Scene start as visible or not? A visible Scene renders each step.
8
-
* @property {(false|Phaser.Types.Loader.FileTypes.PackFileConfig)} [pack=false] - An optional Loader Packfile to be loaded before the Scene begins.
8
+
* @property {(false|Phaser.Types.Loader.FileTypes.PackFileSection)} [pack=false] - Files to be loaded before the Scene begins.
9
9
* @property {?(Phaser.Types.Cameras.Scene2D.JSONCamera|Phaser.Types.Cameras.Scene2D.JSONCamera[])} [cameras=null] - An optional Camera configuration object.
10
10
* @property {Object.<string, string>} [map] - Overwrites the default injection map for a scene.
11
11
* @property {Object.<string, string>} [mapAdd] - Extends the injection map for a scene.
0 commit comments