You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesnt "Set" the angle, it adds a value to the angle of each member.
This method isnt called "setAngle", so its kind of makes sense, but the description just doesnt match what the method does. Also, there is no "setAngle" method then.
The text was updated successfully, but these errors were encountered:
https://github.com/phaserjs/phaser/blob/master/src/gameobjects/group/Group.js
phaser/src/gameobjects/group/Group.js
Line 1393 in a5a56b2
"Sets the angle of each group member."
It doesnt "Set" the angle, it adds a value to the angle of each member.
This method isnt called "setAngle", so its kind of makes sense, but the description just doesnt match what the method does. Also, there is no "setAngle" method then.
The text was updated successfully, but these errors were encountered: