Merge pull request #28751 from MuffinManKen/improve_docs_animated_sprite

Improved the AnimatedSprite docs; added description to speed_scale.
This commit is contained in:
Rémi Verschelde 2019-05-08 15:46:56 +02:00 committed by GitHub
commit 869124e343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@
If [code]true[/code], the [member animation] is currently playing.
</member>
<member name="speed_scale" type="float" setter="set_speed_scale" getter="get_speed_scale">
The animation speed is multiplied by this value.
</member>
</members>
<signals>