docs: parameter description augmented

addTilemap 'url' parameter text augmented
This commit is contained in:
luckylooke 2015-05-31 13:21:33 +02:00
parent 608e2b59ad
commit ee22bbbd05

View file

@ -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.
*/