Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@Multirious Multirious released this 04 Apr 04:22
· 87 commits to main since this release
366bda4

New features

  • Tween events!
    You can now add custom events that will be fired at customizable time with optional custom data
    via TweenEvent and TweenEventData
  • Configurable schedule
    This crate previously uses PostUpdate schedule by default for all APIs and plugins.
    It is now configurable via TweenAppResource within TweenCorePlugin.
  • Jumping to an arbitary time
    You can jump to an arbitary time using the TweenTimer::set_tick() method.
  • Skip tween
    If you want to skip a tween or tweener from functioning then insert SkipTween
    or SkipTweener component to your entity.
  • Improves span tween builder
    It's now possible to use a builder with relative time, easing organizing via code.

There are some breaking changes to be aware of.
See changelog for more details.