mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 22:20:44 +00:00
Fixed jsdocs #6429
This commit is contained in:
parent
c32c4ccfe4
commit
b65d4b48c6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue