Skip to content

Commit ea2a6c6

Browse files
committed
Update CHANGELOG-v3.89.md
1 parent dbffb12 commit ea2a6c6

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
@@ -2,6 +2,10 @@
22

33
## New Features
44

5+
* `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.
6+
* `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.
7+
* `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+
59
## Updates
610

711
* The `EXPAND` Scale Mode has been updated to now clamp the size of the canvas that is created, preventing it from growing too large on landscape ultra-wide displays. Fix #7027 (thanks @leha-games @rexrainbow)

0 commit comments

Comments
 (0)