Skip to content

Commit 8285a78

Browse files
committed
fix: Correct Group.angle description
1 parent a996562 commit 8285a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gameobjects/group/Group.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,12 +1390,12 @@ var Group = new Class({
13901390
},
13911391

13921392
/**
1393-
* Sets the angle of each group member.
1393+
* Adds the given value to the angle of each group member.
13941394
*
13951395
* @method Phaser.GameObjects.Group#angle
13961396
* @since 3.21.0
13971397
*
1398-
* @param {number} value - The amount to set the angle to, in degrees.
1398+
* @param {number} value - The amount to add to the angle, in degrees.
13991399
* @param {number} [step=0] - This is added to the `value` amount, multiplied by the iteration counter.
14001400
*
14011401
* @return {this} This Group object.

0 commit comments

Comments
 (0)