We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11512e1 commit a2535d4Copy full SHA for a2535d4
1 file changed
src/tilemaps/Tilemap.js
@@ -231,7 +231,7 @@ var Tilemap = new Class({
231
*
232
* @param {string} tilesetName - The name of the tileset as specified in the map data.
233
* @param {string} [key] - The key of the Phaser.Cache image used for this tileset. If
234
- * `undefined` or `null` it will look for an image with a key matching the tileset parameter.
+ * `undefined` or `null` it will look for an image with a key matching the tilesetName parameter.
235
* @param {integer} [tileWidth] - The width of the tile (in pixels) in the Tileset Image. If not
236
* given it will default to the map's tileWidth value, or the tileWidth specified in the Tiled
237
* JSON file.
0 commit comments