mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Fixed docs
This commit is contained in:
parent
5f196aa81f
commit
30f76e384d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ var PropertyValueInc = require('./PropertyValueInc');
|
|||
*
|
||||
* The optional `stepX` and `stepY` properties are applied incrementally, multiplied by each item in the array.
|
||||
*
|
||||
* To use this with a Group: `IncXY(group.getChildren(), value, step)`
|
||||
* To use this with a Group: `IncXY(group.getChildren(), x, y, stepX, stepY)`
|
||||
*
|
||||
* @function Phaser.Actions.IncXY
|
||||
* @since 3.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue