Minor fixes for the AnimationPlayer doc.

This commit is contained in:
Michael Alexsander Silva Dias 2018-04-14 22:48:46 -03:00
parent e7445c3d82
commit 9c3698dee2
1 changed files with 2 additions and 3 deletions

View File

@ -138,8 +138,7 @@
<argument index="3" name="from_end" type="bool" default="false">
</argument>
<description>
Play the animation with key [code]name[/code]. Custom speed and blend times can be set. If custom speed is negative (-1), 'from_end' being true can play the
animation backwards.
Play the animation with key [code]name[/code]. Custom speed and blend times can be set. If custom speed is negative (-1), 'from_end' being true can play the animation backwards.
</description>
</method>
<method name="play_backwards">