Merge pull request #18211 from YeldhamDev/anim_player_doc_fix
Minor fixes for the AnimationPlayer doc. [ci skip]
This commit is contained in:
commit
ecab0ea959
@ -8,7 +8,7 @@
|
|||||||
</description>
|
</description>
|
||||||
<tutorials>
|
<tutorials>
|
||||||
http://docs.godotengine.org/en/3.0/getting_started/step_by_step/animations.html
|
http://docs.godotengine.org/en/3.0/getting_started/step_by_step/animations.html
|
||||||
http://docs.godotengine.org/en/3.0/tutorials/animation/index.html
|
http://docs.godotengine.org/en/3.0/tutorials/animation/index.html
|
||||||
</tutorials>
|
</tutorials>
|
||||||
<demos>
|
<demos>
|
||||||
</demos>
|
</demos>
|
||||||
@ -138,8 +138,7 @@
|
|||||||
<argument index="3" name="from_end" type="bool" default="false">
|
<argument index="3" name="from_end" type="bool" default="false">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<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
|
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.
|
||||||
animation backwards.
|
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="play_backwards">
|
<method name="play_backwards">
|
||||||
|
Loading…
Reference in New Issue
Block a user