mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Correct method name in LoaderPlugin#spritesheet
This commit is contained in:
parent
193ac6bfed
commit
bb23b19ef7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ var SpriteSheetFile = function (key, url, config, path, xhrSettings)
|
||||||
* The file is **not** loaded immediately after calling this method.
|
* The file is **not** loaded immediately after calling this method.
|
||||||
* Instead, the file is added to a queue within the Loader, which is processed automatically when the Loader starts.
|
* Instead, the file is added to a queue within the Loader, which is processed automatically when the Loader starts.
|
||||||
*
|
*
|
||||||
* @method Phaser.Loader.LoaderPlugin#image
|
* @method Phaser.Loader.LoaderPlugin#spritesheet
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*
|
*
|
||||||
* @param {string} key - [description]
|
* @param {string} key - [description]
|
||||||
|
|
Loading…
Reference in a new issue