Skip to content

Releases: Zeenobit/moonshine_behavior

0.4.1

22 Jan 00:18

Choose a tag to compare

Support for Bevy 0.18

0.4.0

17 Oct 03:32

Choose a tag to compare

Changes

  • Events have been refactored to support the new Bevy Event API
    • Trigger<OnStart, T> is now just OnStart<T>
    • Trigger<OnStop, T>is now justOnStop`
  • A new initial flag is added to Start/Resume events to detect if the behavior event is due to initialization or realization
  • Refactored TransitionSequence into TransitionQueue.
    • It now supports Chains and Sequences. See documentation for details.