mbrea-c / bevy_animation_graph

Animation graphs in Bevy!
Apache License 2.0
102 stars 5 forks source link

Support reverse playback #7

Closed mbrea-c closed 9 months ago

mbrea-c commented 11 months ago

The SpeedNode should be able to play animations in reverse when the Speed parameter is negative. Currently this crashes the program.

mbrea-c commented 9 months ago

This is fixed now.