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/loader/filetypes/MultiAtlasFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ var MultiFile = require('../MultiFile.js');
27
27
* @since 3.7.0
28
28
*
29
29
* @param {Phaser.Loader.LoaderPlugin} loader - A reference to the Loader that is responsible for this file.
30
-
* @param {string} key - The key of the file. Must be unique within both the Loader and the Texture Manager.
30
+
* @param {(string|Phaser.Types.Loader.FileTypes.MultiAtlasFileConfig)} key - The key of the file. Must be unique within both the Loader and the Texture Manager. Or a config object.
31
31
* @param {string} [atlasURL] - The absolute or relative URL to load the multi atlas json file from.
32
32
* @param {string} [path] - Optional path to use when loading the textures defined in the atlas data.
33
33
* @param {string} [baseURL] - Optional Base URL to use when loading the textures defined in the atlas data.
0 commit comments