Misc style fixes

This commit is contained in:
Rémi Verschelde
2019-02-10 13:38:13 +01:00
parent 8441a7bb7f
commit c344f8d801
8 changed files with 21 additions and 25 deletions

View File

@@ -181,7 +181,7 @@ loader.
# Update your progress bar?
get_node("progress").set_progress(progress)
# ...or update a progress animation?
# ... or update a progress animation?
var length = get_node("animation").get_current_animation_length()
# Call this on a paused animation. Use "true" as the second argument to force the animation to update.