diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-03-17 04:03:23 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-03-17 04:03:23 -0300 |
commit | 4a2c4330281f46d8a63ced05459e22a7d8895652 (patch) | |
tree | 1ebf1006cd75c69df9de11919e89ebbbb5d8f225 /doc/classes | |
parent | df7d3708c5b535c3696943322a14ec19a175e30c (diff) |
Make AnimatedSprite able to play backwards
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/AnimatedSprite.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimatedSprite.xml b/doc/classes/AnimatedSprite.xml index 7f9167c49a..06bb257033 100644 --- a/doc/classes/AnimatedSprite.xml +++ b/doc/classes/AnimatedSprite.xml @@ -24,7 +24,7 @@ <argument index="0" name="anim" type="String" default=""""> </argument> <description> - Play the animation set in parameter. If no parameter is provided, the current animation is played. + Play the animation set in parameter. If no parameter is provided, the current animation is played. Property [code]backwards[/code] plays the animation in reverse if set to [code]true[/code]. </description> </method> <method name="stop"> |