Releases: Zeenobit/moonshine_behavior
Releases · Zeenobit/moonshine_behavior
0.4.1
0.4.0
Changes
- Events have been refactored to support the new Bevy Event API
Trigger<OnStart, T>is now justOnStart<T>- Trigger<OnStop, T>
is now justOnStop`
- A new
initialflag is added to Start/Resume events to detect if the behavior event is due to initialization or realization - Refactored
TransitionSequenceintoTransitionQueue.- It now supports Chains and Sequences. See documentation for details.