We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608e2b5 commit ee22bbbCopy full SHA for ee22bbb
1 file changed
src/loader/Cache.js
@@ -328,7 +328,7 @@ Phaser.Cache.prototype = {
328
*
329
* @method Phaser.Cache#addTilemap
330
* @param {string} key - The unique key by which you will reference this object.
331
- * @param {string} url - URL of the tilemap image.
+ * @param {string} url - URL of the tilemap image or key reference.
332
* @param {object} mapData - The tilemap data object (either a CSV or JSON file).
333
* @param {number} format - The format of the tilemap data.
334
*/
0 commit comments