What's Changed
- Add
new()
constructor for AnimationBuilder by @Multirious in #41 - Update README.md
- Replace bevy_eventlistener with observer by @patrickariel in #44
- Remove
tween_event_taking_system
,TweenEventTakingPlugin
, and inner option insideTweenEvent
- Remove
- Migrate to bevy 0.15 by @Multirious in #45
LookupCurveHandle
as a replacement forHandle<LookupCurve>
- Update all examples
entity_event
is now a example for tween event and observers- Change EaseFunction to EaseKind which is a direct copy from
bevy_math::curve::EaseFunction
and will be deprecated in favour ofbevy_math::curve::EaseFunction
Full Changelog: v0.6.0...v0.7.0