
K
Publisher
kameloov
Radial ProgressBar 2D
2D
Progress UI Customizable Control Visual Graphics Interaction GDScript
Radial progress bar with customizable values like radius, thickness , color,....
Radial-progress-bar
Radial progress bar is a plugin for Godot game engine, it is simply a control that displays radial progress bar with many options.
Properties:
- max_value : the maximum value default is 100 .
- progress : sets the progress value.
- radius : sets the radius.
- thikness : sets the thickness of the bar.
- bg_color :background color.
- bar_color : bar color.
Methods:
- animate(duration,reverse = false, initial_value = 0) this method animate the progress from initial value to max_value within duration value, set reverse to true to reverse the animation.