Correct method name in LoaderPlugin#spritesheet

This commit is contained in:
samme 2018-02-21 09:43:49 -08:00
parent 193ac6bfed
commit bb23b19ef7

View file

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