Skip to content

2022.12.13

Compare
Choose a tag to compare
@kfischer-okarin kfischer-okarin released this 25 Jan 05:57
· 122 commits to main since this release

Changed

  • Breaking: Add Animations.perform_tick to be used instead of Animations.next_tick and Animations.apply! (496b243)
  • Breaking: Rename AnimatedSprite.update! to AnimatedSprite.perform_tick! (46d0d85)

Added

  • Allow animations to have last frame without duration (770adda)
  • Add easing key to animation frame (2a87918)
  • Add Animations.animate as convencience method for animating an object property (da1255b)