We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9e23f commit a4b279bCopy full SHA for a4b279b
1 file changed
src/tilemap/Tilemap.js
@@ -459,7 +459,7 @@ Phaser.Tilemap.prototype = {
459
/**
460
* Creates a new and empty layer on this Tilemap. By default TilemapLayers are fixed to the camera.
461
*
462
- * @method Phaser.Tilemap#createLayer
+ * @method Phaser.Tilemap#createBlankLayer
463
* @param {string} name - The name of this layer. Must be unique within the map.
464
* @param {number} width - The width of the layer in tiles.
465
* @param {number} height - The height of the layer in tiles.
0 commit comments