From 4a2c4330281f46d8a63ced05459e22a7d8895652 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Sun, 17 Mar 2019 04:03:23 -0300 Subject: Make AnimatedSprite able to play backwards --- doc/classes/AnimatedSprite.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/AnimatedSprite.xml') 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 @@ - 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]. -- cgit v1.2.3