flixel v4.10.0 Release Notes

Release Date: 2021-09-12 // over 2 years ago
  • ๐Ÿ†• New features:

    • โž• Added FlxDirectionFlags and FlxDirection (#2303)
    • ๐Ÿš‘ FlxBitmapText: added support for unicode combining diacritical marks (#2309)
    • FlxTextFormat: added leading (#2334)
    • FlxAction: added addAndroidKey() (#2393)
    • FlxVector: added setPolarRadians() and setPolarDegrees() (#2401)

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  FlxAssetPaths: fixed paths for iOS (#2345)
    • โšก๏ธ VarTween: fixed an error if cancel() is called during onUpdate (#2352)
    • ๐Ÿ›  FlxGradient: fixed last pixels sometimes not being filled (#2367)
    • ๐Ÿฑ FlxTilemap: fixed built-in autotile assets for HTML5 (#2402)
    • ๐Ÿ›  FlxDebugger: fixed single-character vertical text in the stats window

    ๐Ÿ”„ Changes and improvements:

    • FlxSpriteUtil: enabled drawRoundRectComplex() for non-Flash targets (#2332)
    • FlxTween: allowed cancelTweensOf() to cancel "grandchild" tweens (#2354)