mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Method documentation was missing parameters.
This commit is contained in:
parent
4b7698d3e1
commit
9ac06c44ba
1 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,8 @@ Phaser.TileSprite.prototype.postUpdate = function() {
|
|||
*
|
||||
* @method Phaser.TileSprite#autoScroll
|
||||
* @memberof Phaser.TileSprite
|
||||
* @param {number} x - Horizontal scroll speed in pixels per second.
|
||||
* @param {number} y - Vertical scroll speed in pixels per second.
|
||||
*/
|
||||
Phaser.TileSprite.prototype.autoScroll = function(x, y) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue