diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-04-05 15:47:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-05 15:47:30 +0200 |
commit | 9d4093a21dbbe2f76059c8caa2e33b62751021fd (patch) | |
tree | e757d67b3ad3dec4949fbf92b81f8d27b12234ef /doc/classes/AnimatedSprite.xml | |
parent | c9aa0c20a0cf57ad573564942c53143a2980e526 (diff) | |
parent | 4a2c4330281f46d8a63ced05459e22a7d8895652 (diff) |
Merge pull request #27153 from YeldhamDev/animsprite_backwards
Make AnimatedSprite able to play backwards
Diffstat (limited to 'doc/classes/AnimatedSprite.xml')
-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 ac88534f03..0ee1c75348 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"> |