mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Merge branch 'master' of https://github.com/photonstorm/phaser
This commit is contained in:
commit
4d30de536e
1 changed files with 0 additions and 2 deletions
|
@ -1524,7 +1524,6 @@ var Tilemap = new Class({
|
|||
* @method Phaser.Tilemaps.Tilemap#removeTileAt
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {(integer|Phaser.Tilemaps.Tile)} tile - The index of this tile to set or a Tile object.
|
||||
* @param {integer} tileX - [description]
|
||||
* @param {integer} tileY - [description]
|
||||
* @param {boolean} [replaceWithNull=true] - If true, this will replace the tile at the specified
|
||||
|
@ -1555,7 +1554,6 @@ var Tilemap = new Class({
|
|||
* @method Phaser.Tilemaps.Tilemap#removeTileAtWorldXY
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {(integer|Phaser.Tilemaps.Tile)} tile - The index of this tile to set or a Tile object.
|
||||
* @param {number} worldX - [description]
|
||||
* @param {number} worldY - [description]
|
||||
* @param {boolean} [replaceWithNull=true] - If true, this will replace the tile at the specified
|
||||
|
|
Loading…
Reference in a new issue