Updated version number

This commit is contained in:
Richard Davey 2023-07-21 16:49:16 +01:00
parent 9a541760f7
commit 1ad5e626af
2 changed files with 5 additions and 5 deletions

View file

@ -40,12 +40,12 @@ var LayerData = new Class({
/**
* The id of the layer, as specified in the map data.
*
*
* Note: This is not the index of the layer in the map data, but its actual ID in Tiled.
*
*
* @name Phaser.Tilemaps.LayerData#id
* @type {number}
* @since 3.60.1
* @since 3.61.0
*/
this.id = GetFastValue(config, 'id', 0);

View file

@ -42,10 +42,10 @@ var ObjectLayer = new Class({
/**
* The id of the object layer, as specified in the map data.
*
*
* @name Phaser.Tilemaps.ObjectLayer#id
* @type {number}
* @since 3.60.1
* @since 3.61.0
*/
this.id = GetFastValue(config, 'id', 0);