flixel v1.08 Release Notes

Release Date: 2012-12-30 // over 11 years ago
    • ๐Ÿ†• New draw stack rendering system for cpp and neko targets (replacement for layer system). It is simpler to use but little bit slower.
    • NME 3.5.1 compatible
    • ๐Ÿ› Bug fixes for FlxText (shadow problem) and tweening (for oneshot tween)
    • ๐Ÿšš FlxTextField class now works on flash target also and can be used as input field, but I've removed multicamera support
    • Small optimizations from @crazysam
    • โž• Added FlxBackdrop addon class
    • โž• Added TaskManager addon (ported from AntHill: https://github.com/AntKarlov/Anthill-Framework)
    • โž• Added onFocusLost() and onFocus() methods to FlxState class. These methods will called when app losts and gets focus. Override them in subclasses.