mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Merge pull request #3269 from samme/docs/load-spritesheet
Correct method name in LoaderPlugin#spritesheet
This commit is contained in:
commit
0fdeb64ad1
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.
|
||||
* 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
|
||||
*
|
||||
* @param {string} key - [description]
|
||||
|
|
Loading…
Add table
Reference in a new issue