mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Docs: correct TilemapJSONFile superclass
This commit is contained in:
parent
e1d23b98c0
commit
e988861f5d
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.
|
* For documentation about what all the arguments and configuration options mean please see Phaser.Loader.LoaderPlugin#tilemapTiledJSON.
|
||||||
*
|
*
|
||||||
* @class TilemapJSONFile
|
* @class TilemapJSONFile
|
||||||
* @extends Phaser.Loader.File
|
* @extends Phaser.Loader.FileTypes.JSONFile
|
||||||
* @memberof Phaser.Loader.FileTypes
|
* @memberof Phaser.Loader.FileTypes
|
||||||
* @constructor
|
* @constructor
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
|
|
Loading…
Reference in a new issue