summaryrefslogtreecommitdiff
path: root/doc/classes/AnimatedSprite.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AnimatedSprite.xml')
-rw-r--r--doc/classes/AnimatedSprite.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/AnimatedSprite.xml b/doc/classes/AnimatedSprite.xml
index 0ee1c75348..a5202dc612 100644
--- a/doc/classes/AnimatedSprite.xml
+++ b/doc/classes/AnimatedSprite.xml
@@ -8,8 +8,6 @@
</description>
<tutorials>
</tutorials>
- <demos>
- </demos>
<methods>
<method name="is_playing" qualifiers="const">
<return type="bool">
@@ -23,6 +21,8 @@
</return>
<argument index="0" name="anim" type="String" default="&quot;&quot;">
</argument>
+ <argument index="1" name="backwards" type="bool" default="false">
+ </argument>
<description>
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>