We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f196aa commit 30f76e3Copy full SHA for 30f76e3
1 file changed
src/actions/IncXY.js
@@ -12,7 +12,7 @@ var PropertyValueInc = require('./PropertyValueInc');
12
*
13
* The optional `stepX` and `stepY` properties are applied incrementally, multiplied by each item in the array.
14
15
- * To use this with a Group: `IncXY(group.getChildren(), value, step)`
+ * To use this with a Group: `IncXY(group.getChildren(), x, y, stepX, stepY)`
16
17
* @function Phaser.Actions.IncXY
18
* @since 3.0.0
0 commit comments