mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-16 01:11:11 +00:00
If the `speed_scale` is set to a negative value, the animation plays in reverse. The second parameter of `play()` still reverses as before. if `speed_scale` and the second parameter of `play()` is true, the animation plays forward. Also updates the documentation to better describe the pausing and playing behaviour.