Merge pull request #6771 from samme/patch-21

Docs: correct TilemapJSONFile superclass
This commit is contained in:
Richard Davey 2024-06-06 15:29:51 +01:00 committed by GitHub
commit 722dfb79ed
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