summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-03-17 04:03:23 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-03-17 04:03:23 -0300
commit4a2c4330281f46d8a63ced05459e22a7d8895652 (patch)
tree1ebf1006cd75c69df9de11919e89ebbbb5d8f225 /doc/classes
parentdf7d3708c5b535c3696943322a14ec19a175e30c (diff)
Make AnimatedSprite able to play backwards
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/AnimatedSprite.xml2
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="&quot;&quot;">
</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">