Merge pull request #3269 from samme/docs/load-spritesheet

Correct method name in LoaderPlugin#spritesheet
This commit is contained in:
Richard Davey 2018-02-22 01:56:43 +00:00 committed by GitHub
commit 0fdeb64ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]