v0.3.0
π 17.06.2021 π·οΈ 0.3.0 πΎ 0ffe69f π 6 π 2 π₯ 1 π¨ 1
This release fixes a lot of issues with collisions methods/functions not being consistent, this is a breaking change, and you will have to change your code. It also adds other little features to existing classes and adds more documentation.
π New Features
6bb4899feat:isPressednow supports multiple keys. (@Ayfri)215de4dfeat: AddcollidesWithandcollisionWithmethods inSpriteclass. (@Ayfri)4b4a419feat: Add constructor without parameters and constructor withtextparameter forTextclass. (@Ayfri)a09e058feat: Add optionalcolorproperty intoTextOptions. (@Ayfri)0ffe69ffeat: AddsetPositionFromWindowmethod toSpriteclass. (@Ayfri)93d7f8cfeat: AddupdateBySecondsvalue inFPSCounter, add documentation. (@Ayfri)
π Documentation
db17d50docs: Add documentation forupdate&startmethod ofFPSCounter. (@Ayfri)761efd5docs: Add documentation to complex fields in Text class. (@Ayfri)
π₯ Performances
π¨ Refactors
- 1a33c71 BREAKING CHANGE Change a lot the collisions methods/functions to have a more consistent code.