Release v0.3.0
New features
- Tween events!
You can now add custom events that will be fired at customizable time with optional custom data
viaTweenEvent
andTweenEventData
- Configurable schedule
This crate previously usesPostUpdate
schedule by default for all APIs and plugins.
It is now configurable viaTweenAppResource
withinTweenCorePlugin
. - Jumping to an arbitary time
You can jump to an arbitary time using theTweenTimer::set_tick()
method. - Skip tween
If you want to skip a tween or tweener from functioning then insertSkipTween
orSkipTweener
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.