May 27th, 2022
[1.8.1]
- Added the AnimatedTexture class
- Added the MovingEntity and GravityAffected interfaces
- Added the Collisions class
- Added the Direction.Axis enum
- Added the AudioHandler class
- Added the RectangleButton and CircleButton classes
- Added the Game#preInit method
- Added the MathUtils#clamp method
- Added the Window#getBounds and Window#isInside methods
- Added the GlobalRect#getCenter and MathUtils#isInsideCircle methods
- Added the Context interface
- Replaced the Game#start method with Game#run
- Made the Game#init method abstract
- Made Window#setScene and Window#setHUD return the reference to the window
- Fixed the Window#getTitle method
- Fixed framerate-related bugs
- Fixed NullPointerException thrown by the GlobalRect#from method