mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Updated version number
This commit is contained in:
parent
9a541760f7
commit
1ad5e626af
2 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue