Skip to content

Commit 4606f0b

Browse files
authored
Merge pull request phaserjs#4850 from rexrainbow/group-improvement
Add some action methods
2 parents cf0a6f1 + a02ce69 commit 4606f0b

2 files changed

Lines changed: 432 additions & 2 deletions

File tree

src/actions/ScaleXY.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var PropertyValueInc = require('./PropertyValueInc');
2323
* @param {number} scaleX - The amount to be added to the `scaleX` property.
2424
* @param {number} [scaleY] - The amount to be added to the `scaleY` property. If `undefined` or `null` it uses the `scaleX` value.
2525
* @param {number} [stepX=0] - This is added to the `scaleX` amount, multiplied by the iteration counter.
26-
* @param {number} [stepY=0] - This is added to the `y` amount, multiplied by the iteration counter.
26+
* @param {number} [stepY=0] - This is added to the `scaleY` amount, multiplied by the iteration counter.
2727
* @param {integer} [index=0] - An optional offset to start searching from within the items array.
2828
* @param {integer} [direction=1] - The direction to iterate through the array. 1 is from beginning to end, -1 from end to beginning.
2929
*

0 commit comments

Comments
 (0)