Update LayerDataConfig.js

This commit is contained in:
Richard Davey 2020-04-27 16:16:50 +01:00
parent ee0a04ec19
commit 96b1d4c783

View file

@ -21,5 +21,5 @@
* @property {array} [callbacks] - An array of callbacks.
* @property {array} [bodies] - An array of physics bodies.
* @property {array} [data] - An array of the tile data indexes.
* @property {Phaser.Tilemaps.DynamicTilemapLayer|Phaser.Tilemaps.StaticTilemapLayer} [data] - A reference to the Tilemap layer that owns this data.
* @property {Phaser.Tilemaps.DynamicTilemapLayer|Phaser.Tilemaps.StaticTilemapLayer} [tilemapLayer] - A reference to the Tilemap layer that owns this data.
*/