Fixed jsdocs #6429

This commit is contained in:
Richard Davey 2023-03-31 14:23:13 +01:00
parent c32c4ccfe4
commit b65d4b48c6

View file

@ -227,13 +227,13 @@ var LayerData = new Class({
* @since 3.50.0
*/
this.hexSideLength = GetFastValue(config, 'hexSideLength', 0);
/**
* The Stagger Axis as defined in Tiled.
*
* Only used for hexagonal orientation Tilemaps.
*
* @name Phaser.Tilemaps.MapData#staggerAxis
* @name Phaser.Tilemaps.LayerData#staggerAxis
* @type {string}
* @since 3.60.0
*/
@ -246,7 +246,7 @@ var LayerData = new Class({
*
* Only used for hexagonal orientation Tilemaps.
*
* @name Phaser.Tilemaps.MapData#staggerIndex
* @name Phaser.Tilemaps.LayerData#staggerIndex
* @type {string}
* @since 3.60.0
*/