Skip to content

Commit 6da5831

Browse files
committed
Merge pull request phaserjs#1099 from kay-is/master
Method documentation was missing parameters.
2 parents f887ee0 + 9ac06c4 commit 6da5831

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gameobjects/TileSprite.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ Phaser.TileSprite.prototype.postUpdate = function() {
302302
*
303303
* @method Phaser.TileSprite#autoScroll
304304
* @memberof Phaser.TileSprite
305+
* @param {number} x - Horizontal scroll speed in pixels per second.
306+
* @param {number} y - Vertical scroll speed in pixels per second.
305307
*/
306308
Phaser.TileSprite.prototype.autoScroll = function(x, y) {
307309

0 commit comments

Comments
 (0)