Skip to content

Commit 9ac06c4

Browse files
committed
Method documentation was missing parameters.
1 parent 4b7698d commit 9ac06c4

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)