Skip to content

Commit df79bbe

Browse files
committed
Update CHANGELOG-v3.89.md
1 parent bacfae1 commit df79bbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

changelog/3.89/CHANGELOG-v3.89.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* `GameObjects.Rectangle.setRounded` is a new method that will allow the Rectangle Shape Game Object to have rounded corners. Pass the radius to set for the corners, or pass a value of zero to disable rounded corners.
66
* `GameObjects.Rectangle.isRounded` is a new read-only boolean that can be used to determine if the Rectangle Shape Game Object has rounded corners, or not.
77
* `GameObjects.Rectangle.radius` is a new read-only number that is the size of the rounded corners. Do not set directly, instead use the method `setRounded`.
8+
* Added `Phaser.Math.Angle.GetClockwiseDistance()` to get the shortest nonnegative angular distance between two angles. PR #7092 (thanks @samme)
9+
* Added `Phaser.Math.Angle.GetCounterClockwiseDistance()` gets the shortest nonpositive angular distance between two angles. PR #7092 (thanks @samme)
10+
* Added `Phaser.Math.Angle.GetShortestDistance()` gets the shortest signed angular distance between two angles. (This is like `Phaser.Math.Angle.ShortestBetween()` but in radians.) PR #7092 (thanks @samme)
11+
812

913
## Updates
1014

0 commit comments

Comments
 (0)