diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-04-15 14:49:41 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-04-15 14:49:41 +0200 |
commit | 09e94aa087485ccf5b4318c4a619db4f6b067cc5 (patch) | |
tree | eec03ac9791d37c78a59332cbbcf5438f663f4d6 /doc/classes/AnimatedSprite.xml | |
parent | dab8f8c953cd8ca18e792cc7aa0b717b38804e01 (diff) | |
download | redot-engine-09e94aa087485ccf5b4318c4a619db4f6b067cc5.tar.gz |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/AnimatedSprite.xml')
-rw-r--r-- | doc/classes/AnimatedSprite.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/AnimatedSprite.xml b/doc/classes/AnimatedSprite.xml index 0ee1c75348..555169545e 100644 --- a/doc/classes/AnimatedSprite.xml +++ b/doc/classes/AnimatedSprite.xml @@ -23,6 +23,8 @@ </return> <argument index="0" name="anim" type="String" default=""""> </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> |