v0.0.4
Added
Changed
- Switched from
FlxTween
's tween type variables toFlxTweenType
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 notnull
. - Added a few additonal unit tests around invalid character code parsing.