Skip to content
Merged
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ These are the breaking API changes. Use this as a quick reference for updating 2
* `LBWH(left, bottom, width, height)`
* `XYWH(x, y, width, height, anchor = AnchorPoint.CENTER)`
* `XYRR(center_x, center_y, half_width, half_height)` (this is mostly used for GL.)
* `Viewport(left, right, width, height)` (where all inputs are `int`s.)
* `Viewport(left, bottom, width, height)` (where all inputs are `int`s.)
* Several properties in the library now return a `Rect`:
* `Window.rect`
* `BasicSprite.rect`
Expand Down