mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Misc style fixes
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user