1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Update ProgressBar description

This commit is contained in:
kit
2025-04-19 17:43:06 -04:00
parent 2d3bdcac35
commit b25d071413

View File

@@ -4,7 +4,7 @@
A control used for visual representation of a percentage.
</brief_description>
<description>
A control used for visual representation of a percentage. Shows fill percentage from right to left.
A control used for visual representation of a percentage. Shows the fill percentage in the center. Can also be used to show indeterminate progress. For more fill modes, use [TextureProgressBar] instead.
</description>
<tutorials>
</tutorials>