We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7baf55 commit c3d3461Copy full SHA for c3d3461
1 file changed
src/actions/PlaceOnRectangle.js
@@ -21,7 +21,7 @@ var RotateRight = require('../utils/array/RotateRight');
21
*
22
* @param {(array|Phaser.GameObjects.GameObject[])} items - An array of Game Objects. The contents of this array are updated by this Action.
23
* @param {Phaser.Geom.Rectangle} rect - The Rectangle to position the Game Objects on.
24
- * @param {number} [shift=1] - An optional positional offset.
+ * @param {number} [shift=0] - An optional positional offset.
25
26
* @return {(array|Phaser.GameObjects.GameObject[])} The array of Game Objects that was passed to this Action.
27
*/
0 commit comments