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 IsPlainObject = require('../../utils/object/IsPlainObject');
1515 * @classdesc
1616 * An Arcade Physics Group object.
1717 *
18- * All Game Objects created by this Group will automatically be given dynamic Arcade Physics bodies.
18+ * All Game Objects created by or added to this Group will automatically be given dynamic Arcade Physics bodies, if they have no body .
1919 *
2020 * Its static counterpart is {@link Phaser.Physics.Arcade.StaticGroup}.
2121 *
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var IsPlainObject = require('../../utils/object/IsPlainObject');
1515 * @classdesc
1616 * An Arcade Physics Static Group object.
1717 *
18- * All Game Objects created by this Group will automatically be given static Arcade Physics bodies.
18+ * All Game Objects created by or added to this Group will automatically be given static Arcade Physics bodies, if they have no body .
1919 *
2020 * Its dynamic counterpart is {@link Phaser.Physics.Arcade.Group}.
2121 *
You can’t perform that action at this time.
0 commit comments