mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Merge pull request #6771 from samme/patch-21
Docs: correct TilemapJSONFile superclass
This commit is contained in:
commit
722dfb79ed
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ var TILEMAP_FORMATS = require('../../tilemaps/Formats');
|
|||
* For documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#tilemapTiledJSON.
|
||||
*
|
||||
* @class TilemapJSONFile
|
||||
* @extends Phaser.Loader.File
|
||||
* @extends Phaser.Loader.FileTypes.JSONFile
|
||||
* @memberof Phaser.Loader.FileTypes
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
|
|
Loading…
Reference in a new issue