mbrea-c / bevy_animation_graph

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

Improve example default parameters #36

Closed mbrea-c closed 7 months ago

mbrea-c commented 7 months ago

Currently examples start with a default playback speed of 0. This can make it seem as if the example does not work, which creates confusion.

This PR sets the default speed to 1.0 in both human examples, so that the character is not static on spawn.

Fixes #35