Skip to content

Commit 30f76e3

Browse files
committed
Fixed docs
1 parent 5f196aa commit 30f76e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/actions/IncXY.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var PropertyValueInc = require('./PropertyValueInc');
1212
*
1313
* The optional `stepX` and `stepY` properties are applied incrementally, multiplied by each item in the array.
1414
*
15-
* To use this with a Group: `IncXY(group.getChildren(), value, step)`
15+
* To use this with a Group: `IncXY(group.getChildren(), x, y, stepX, stepY)`
1616
*
1717
* @function Phaser.Actions.IncXY
1818
* @since 3.0.0

0 commit comments

Comments
 (0)