Releases: bitbrain/braingdx
Releases · bitbrain/braingdx
Version 0.6.16
- add option to set a custom render order comparator through
setRenderOrderComparator()
Version 0.6.15
- more improvements to
NavigationMenu
implementation
Version 0.6.14
- vastly improve
NavigationMenu
implementation to support colour fading and animations
Version 0.6.13
- [#212] introduce new
setZoom
method to calculate camera zoom automatically - fixed an issue regarding screen transitions
Version 0.6.12
- always set collisions to
false
when not defined within Tiled - [#210] do not expose internal vector on
getPosition()
Version 0.6.11
- fix
NullPointerException
in tiledmap context - fix screen transition overlay positioning
Version 0.6.10
- minor API improvements around font baking
Version 0.6.9
- fixed a positioning issue when centering rectangular box2d objects
Version 0.6.8
- [#130] introduce box2d support for tiled
Version 0.6.7
- fix
ScreenTransitions
color issue