File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1524,7 +1524,6 @@ var Tilemap = new Class({
15241524 * @method Phaser.Tilemaps.Tilemap#removeTileAt
15251525 * @since 3.0.0
15261526 *
1527- * @param {(integer|Phaser.Tilemaps.Tile) } tile - The index of this tile to set or a Tile object.
15281527 * @param {integer } tileX - [description]
15291528 * @param {integer } tileY - [description]
15301529 * @param {boolean } [replaceWithNull=true] - If true, this will replace the tile at the specified
@@ -1555,7 +1554,6 @@ var Tilemap = new Class({
15551554 * @method Phaser.Tilemaps.Tilemap#removeTileAtWorldXY
15561555 * @since 3.0.0
15571556 *
1558- * @param {(integer|Phaser.Tilemaps.Tile) } tile - The index of this tile to set or a Tile object.
15591557 * @param {number } worldX - [description]
15601558 * @param {number } worldY - [description]
15611559 * @param {boolean } [replaceWithNull=true] - If true, this will replace the tile at the specified
You can’t perform that action at this time.
0 commit comments