v0.2.1
This release fixes some problems I introduced in 0.2.0, I should really test more my code before publishing :')
Changelog
- feat: Add methods to add
Application
to elements. (967ef25) - fix: Fix
ColorArr.toColor
. (9065999) - fix: Fix
KeyboardManager
&KeyMap
not initialising. (69ca536) - fix: Fix examples. (8656c94)
- fix: Fix
generateBlankTexture
not working. (3c24f68) - fix: Fix
MouseManager
not initialising. (ecf642f) - refactor: Use
IPointData
for external methods instead ofIPoint
. (afcb633) - refactor: Use
IPointData
instead ofIPoint
inRectangle
, supportMouseEvent
forin
operator. (d2ef1f8)
Commits: 0.2.0...0.2.1