jabuwu / bevy_spine

A Bevy plugin for Spine
https://docs.rs/bevy_spine
Other
84 stars 5 forks source link

Split `SpineEvent` into two events #6

Closed jabuwu closed 6 months ago

jabuwu commented 1 year ago

Split SpineEvent into SpineEvent (for user events) and SpineAnimationEvent (for Start, End, Interrupt, Complete). Remove Dispose since it's probably unnecessary.

jabuwu commented 1 year ago

Actually, not a good idea because it will remove event ordering.