mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
jsdoc fix.
This commit is contained in:
parent
8b0224e7b4
commit
3d1306d440
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ Phaser.TilemapParser = {
|
|||
* Parses a CSV file into valid map data.
|
||||
*
|
||||
* @method Phaser.TilemapParser.parseCSV
|
||||
* @param {string} key - The name you want to give the map data.
|
||||
* @param {string} data - The CSV file data.
|
||||
* @param {number} [tileWidth=32] - The pixel width of a single map tile. If using CSV data you must specify this. Not required if using Tiled map data.
|
||||
* @param {number} [tileHeight=32] - The pixel height of a single map tile. If using CSV data you must specify this. Not required if using Tiled map data.
|
||||
|
|
Loading…
Reference in a new issue