diff options
| author | Michael Alexsander Silva Dias | 2018-04-14 22:48:46 -0300 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-04-28 22:48:28 +0200 |
| commit | ca00323e7f93e405dbd94ddba0b3f330487142b3 (patch) | |
| tree | cc6c971e12483b895f569c5ee43bdbd5710617df /doc/classes/AnimationPlayer.xml | |
| parent | d49fc76ab8d2a5f7b315cae13d80b83ceea5cf40 (diff) | |
| download | godot-ca00323e7f93e405dbd94ddba0b3f330487142b3.tar.gz godot-ca00323e7f93e405dbd94ddba0b3f330487142b3.tar.zst godot-ca00323e7f93e405dbd94ddba0b3f330487142b3.zip | |
Minor fixes for the AnimationPlayer doc.
(cherry picked from commit 9c3698dee21c136459a23f9c937302864a2b834a)
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/AnimationPlayer.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index c3c360bb5..0aca01dca 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -8,7 +8,7 @@ </description> <tutorials> 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> <demos> </demos> @@ -131,8 +131,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"> |
