All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New test scene to example app: Sprite drawing test scene
2.0.0 - 2023-10-12
- Support for left and right mouse buttons.
- Euclidean search heuristic to pathfinding implementation.
String#capitalize
method.- Sound can be played with specific volume.
Screen#clear*
methods for all existing primitives.
- Renamed all
Screen#fill*
methods toScreen#draw*
. - Renamed all
Screen#draw*
methods toScreen#draw*Lines*
.
- Fixed ImGui crashing the game in incognito mode.
- Various bug fixes, stability and performance improvements.
1.1.0 - 2023-09-28
- Added ImGui
1.0.0 - 2023-02-04
- Initial release