File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var Group = require('./Group');
1515 * @method Phaser.GameObjects.GameObjectCreator#group
1616 * @since 3.0.0
1717 *
18- * @param {GroupConfig } config - The configuration object this Game Object will use to create itself.
18+ * @param {GroupConfig|GroupCreateConfig } config - The configuration object this Game Object will use to create itself.
1919 *
2020 * @return {Phaser.GameObjects.Group } The Game Object that was created.
2121 */
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ var GameObjectFactory = require('../GameObjectFactory');
1616 * @since 3.0.0
1717 *
1818 * @param {(Phaser.GameObjects.GameObject[]|GroupConfig|GroupConfig[]) } [children] - Game Objects to add to this Group; or the `config` argument.
19- * @param {GroupConfig } [config] - A Group Configuration object.
19+ * @param {GroupConfig|GroupCreateConfig } [config] - A Group Configuration object.
2020 *
2121 * @return {Phaser.GameObjects.Group } The Game Object that was created.
2222 */
You can’t perform that action at this time.
0 commit comments