Skip to content

Commit a8719c5

Browse files
authored
Update StaticTilemapLayer.js
1 parent e8fe850 commit a8719c5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/tilemaps/staticlayer/StaticTilemapLayer.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,14 +1321,13 @@ var StaticTilemapLayer = new Class({
13211321
},
13221322

13231323
/**
1324-
* Converts from tile X and Y coordinates (tile units) to world X coordinates (pixels), factoring in the
1324+
* Converts from tile X coordinates (tile units) to world X coordinates (pixels), factoring in the
13251325
* layers position, scale and scroll.
13261326
*
13271327
* @method Phaser.Tilemaps.StaticTilemapLayer#tileToWorldX
13281328
* @since 3.0.0
13291329
*
13301330
* @param {integer} tileX - The X coordinate, in tile coordinates.
1331-
* @param {integer} tileY - The Y coordinate, in tile coordinates.
13321331
* @param {Phaser.Cameras.Scene2D.Camera} [camera=main camera] - The Camera to use when calculating the world values from the tile index.
13331332
*
13341333
* @return {number}
@@ -1339,14 +1338,13 @@ var StaticTilemapLayer = new Class({
13391338
},
13401339

13411340
/**
1342-
* Converts from tile X and Y coordinates (tile units) to world Y coordinates (pixels), factoring in the
1341+
* Converts from tile Y coordinates (tile units) to world Y coordinates (pixels), factoring in the
13431342
* layers position, scale and scroll.
13441343
*
13451344
* @method Phaser.Tilemaps.StaticTilemapLayer#tileToWorldY
13461345
* @since 3.0.0
13471346
*
13481347
* @param {integer} tileY - The Y coordinate, in tile coordinates.
1349-
* @param {integer} tileY - The Y coordinate, in tile coordinates.
13501348
* @param {Phaser.Cameras.Scene2D.Camera} [camera=main camera] - The Camera to use when calculating the world values from the tile index.
13511349
*
13521350
* @return {number}

0 commit comments

Comments
 (0)