mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
docs: parameter description augmented
addTilemap 'url' parameter text augmented
This commit is contained in:
parent
608e2b59ad
commit
ee22bbbd05
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ Phaser.Cache.prototype = {
|
|||
*
|
||||
* @method Phaser.Cache#addTilemap
|
||||
* @param {string} key - The unique key by which you will reference this object.
|
||||
* @param {string} url - URL of the tilemap image.
|
||||
* @param {string} url - URL of the tilemap image or key reference.
|
||||
* @param {object} mapData - The tilemap data object (either a CSV or JSON file).
|
||||
* @param {number} format - The format of the tilemap data.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue