We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6eb2f commit 1050debCopy full SHA for 1050deb
1 file changed
src/actions/GridAlign.js
@@ -19,7 +19,7 @@ var tempZone = new Zone({ sys: { queueDepthSort: NOOP, events: { once: NOOP } }
19
* If both this value and height are set to -1 then this value overrides it and the `height` value is ignored.
20
* @property {integer} [height=-1] - The height of the grid in items (not pixels). -1 means lay all items out vertically, regardless of quantity.
21
* If both this value and `width` are set to -1 then `width` overrides it and this value is ignored.
22
- * @property {boolean} [cellWidth=1] - The width of the cell, in pixels, in which the item is positioned.
+ * @property {integer} [cellWidth=1] - The width of the cell, in pixels, in which the item is positioned.
23
* @property {integer} [cellHeight=1] - The height of the cell, in pixels, in which the item is positioned.
24
* @property {integer} [position=0] - The alignment position. One of the Phaser.Display.Align consts such as `TOP_LEFT` or `RIGHT_CENTER`.
25
* @property {number} [x=0] - Optionally place the top-left of the final grid at this coordinate.
0 commit comments