Docs: correct TilemapJSONFile superclass

This commit is contained in:
samme 2024-03-17 18:06:12 -07:00 committed by GitHub
parent e1d23b98c0
commit e988861f5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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