Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/gameobjects/group/Group.js
Original file line number Diff line number Diff line change
Expand Up @@ -1390,12 +1390,12 @@ var Group = new Class({
},

/**
* Sets the angle of each group member.
* Adds the given value to the angle of each group member.
*
* @method Phaser.GameObjects.Group#angle
* @since 3.21.0
*
* @param {number} value - The amount to set the angle to, in degrees.
* @param {number} value - The amount to add to the angle, in degrees.
* @param {number} [step=0] - This is added to the `value` amount, multiplied by the iteration counter.
*
* @return {this} This Group object.
Expand Down