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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
- `arcade.gui.NinePatchTexture` is now lazy and can be created before a window exists allowing creation during imports.
- Improve `arcade.gui.experimental.scroll_area.ScrollBar` behavior to match HTML scrollbars
- Support drawing hitboxes using RBG or RGBA
- Fixed a bug causing some events to not trigger on the window's keyboard and mouse state handlers

## Version 3.0.2

Expand Down
Loading