flixel v4.0.1 Release Notes

Release Date: 2016-03-19 // about 8 years ago
    • ๐Ÿ›  FlxDebugger: [HTML5] fixed version text color (#1727)
    • ๐Ÿ›  FlxFlicker / LabelValuePair: fixed DCE issues (#1757)
    • ๐Ÿ›  FlxMouse: fixed useSystemCursor = true not always working with native cursor API
    • ๐Ÿ›  FlxDebugger mouse handling fixes (#1775):
      • fixed FlxMouse's visible and useSystemCursor not being restored properly
      • fixed cursor disappearing after losing Console focus with native cursor API
      • fixed mouse focus area of windows being too big
    • ๐Ÿ›  FlxAnimationController: fixed finishCallback firing multiple times in one frame (#1781)
    • ๐Ÿ›  FlxPreloader: [HTML5] fixed preloader not showing up (#1750)
    • FlxStringUtil.formatMoney():
      • fixed formatting for Amount < 0 (#1754)
      • fixed formatting for negative amounts
      • [HTML5] fixed formatting for amounts > Int32
    • ๐Ÿ›  Debugger Stats window: fixed paused time being taken into account for average FPS