mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Updated Docs
This commit is contained in:
parent
8a41b1f56a
commit
ade92db0e9
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ var MapData = new Class({
|
|||
* An array with all the layers configured to the MapData.
|
||||
*
|
||||
* @name Phaser.Tilemaps.MapData#layers
|
||||
* @type {Array.<LayerData|ObjectLayer>}
|
||||
* @type {(LayerData[]|ObjectLayer)}
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.layers = GetFastValue(config, 'layers', []);
|
||||
|
|
Loading…
Reference in a new issue