Skip to content

Oct 2020

Pre-release
Pre-release
Compare
Choose a tag to compare
@01010111 01010111 released this 07 Oct 01:50
· 35 commits to master since this release

Changelog

New Additions

  • added new Tween class
  • added new AnimationManager class
  • added new Anchor class

Updates, Changes, and Fixes

  • Timer
    • added reset()
    • added active
    • added get_remaining()
    • made paused public
  • EventBus
    • added set_active()
  • StringExt
    • allow single line comments (.jsonc) in parse_json()
  • FloatExt
    • added rand()
  • ArrayExt
    • added chunk()
    • made functions generic instead of leaning on Dynamic
  • Vec2
    • added in_circle()
    • added rad_between()
  • AStar
    • made los() public
  • Simplified documentation all around