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/AnimationJSONFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ var AnimationJSONFile = new Class({
171
171
* @param {string} [dataKey] - When the Animation JSON file loads only this property will be stored in the Cache and used to create animation data.
172
172
* @param {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - An XHR Settings configuration object. Used in replacement of the Loaders default XHR Settings.
173
173
*
174
-
* @return {Phaser.Loader.LoaderPlugin} The Loader instance.
Copy file name to clipboardExpand all lines: src/loader/filetypes/AtlasJSONFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ var AtlasJSONFile = new Class({
211
211
* @param {Phaser.Types.Loader.XHRSettingsObject} [textureXhrSettings] - An XHR Settings configuration object for the atlas image file. Used in replacement of the Loaders default XHR Settings.
212
212
* @param {Phaser.Types.Loader.XHRSettingsObject} [atlasXhrSettings] - An XHR Settings configuration object for the atlas json file. Used in replacement of the Loaders default XHR Settings.
213
213
*
214
-
* @return {Phaser.Loader.LoaderPlugin} The Loader instance.
Copy file name to clipboardExpand all lines: src/loader/filetypes/AtlasXMLFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ var AtlasXMLFile = new Class({
205
205
* @param {Phaser.Types.Loader.XHRSettingsObject} [textureXhrSettings] - An XHR Settings configuration object for the atlas image file. Used in replacement of the Loaders default XHR Settings.
206
206
* @param {Phaser.Types.Loader.XHRSettingsObject} [atlasXhrSettings] - An XHR Settings configuration object for the atlas xml file. Used in replacement of the Loaders default XHR Settings.
207
207
*
208
-
* @return {Phaser.Loader.LoaderPlugin} The Loader instance.
Copy file name to clipboardExpand all lines: src/loader/filetypes/AudioFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ AudioFile.getAudioURL = function (game, urls)
220
220
* @param {any} [config] - An object containing an `instances` property for HTML5Audio. Defaults to 1.
221
221
* @param {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - An XHR Settings configuration object. Used in replacement of the Loaders default XHR Settings.
222
222
*
223
-
* @return {Phaser.Loader.LoaderPlugin} The Loader instance.
Copy file name to clipboardExpand all lines: src/loader/filetypes/AudioSpriteFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ var AudioSpriteFile = new Class({
238
238
* @param {Phaser.Types.Loader.XHRSettingsObject} [audioXhrSettings] - An XHR Settings configuration object for the audio file. Used in replacement of the Loaders default XHR Settings.
239
239
* @param {Phaser.Types.Loader.XHRSettingsObject} [jsonXhrSettings] - An XHR Settings configuration object for the json file. Used in replacement of the Loaders default XHR Settings.
240
240
*
241
-
* @return {Phaser.Loader.LoaderPlugin} The Loader.
Copy file name to clipboardExpand all lines: src/loader/filetypes/BinaryFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ var BinaryFile = new Class({
153
153
* @param {any} [dataType] - Optional type to cast the binary file to once loaded. For example, `Uint8Array`.
154
154
* @param {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - An XHR Settings configuration object. Used in replacement of the Loaders default XHR Settings.
155
155
*
156
-
* @return {Phaser.Loader.LoaderPlugin} The Loader instance.
Copy file name to clipboardExpand all lines: src/loader/filetypes/BitmapFontFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ var BitmapFontFile = new Class({
205
205
* @param {Phaser.Types.Loader.XHRSettingsObject} [textureXhrSettings] - An XHR Settings configuration object for the font image file. Used in replacement of the Loaders default XHR Settings.
206
206
* @param {Phaser.Types.Loader.XHRSettingsObject} [fontDataXhrSettings] - An XHR Settings configuration object for the font data xml file. Used in replacement of the Loaders default XHR Settings.
207
207
*
208
-
* @return {Phaser.Loader.LoaderPlugin} The Loader instance.
Copy file name to clipboardExpand all lines: src/loader/filetypes/CSSFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ var CSSFile = new Class({
139
139
* @param {string} [url] - The absolute or relative URL to load this file from. If undefined or `null` it will be set to `<key>.css`, i.e. if `key` was "alien" then the URL will be "alien.css".
140
140
* @param {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - An XHR Settings configuration object. Used in replacement of the Loaders default XHR Settings.
141
141
*
142
-
* @return {Phaser.Loader.LoaderPlugin} The Loader instance.
Copy file name to clipboardExpand all lines: src/loader/filetypes/GLSLFile.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ var GLSLFile = new Class({
382
382
* @param {string} [shaderType='fragment'] - The type of shader. Either `fragment` for a fragment shader, or `vertex` for a vertex shader. This is ignored if you load a shader bundle.
383
383
* @param {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - An XHR Settings configuration object. Used in replacement of the Loaders default XHR Settings.
384
384
*
385
-
* @return {Phaser.Loader.LoaderPlugin} The Loader instance.
0 commit comments