Skip to content

v0.0.4

Compare
Choose a tag to compare
@Eiyeron Eiyeron released this 04 Dec 22:39
· 9 commits to master since this release

Added

Changed

  • Switched from FlxTween's tween type variables to FlxTweenType enumeration, avoiding deprecation messages on Haxeflixel 4.5.1+.
  • Added a few haxedef defines to avoid compiling useless chunks of Haxeflixel in tests.

Fixed

  • (static platforms) Parsing non-hexadecimal characters wouldn't trigger a parsing error fallback as parseInt returns 0 and not null.
  • Added a few additonal unit tests around invalid character code parsing.