
Publisher
nobuyuki
GD-SimpleKnob
SimpleKnob is a UI knob control for Godot 3.x intended to be a drop-in replacement for standard HSlider controls. Themes and overrides created for HSlider should "just work". Includes customizable grabber pointing orientation (inwards/outwards), knob thickness (Values < 100% create hollow or arc knobs), notch (arc) width, decimal padding, and title/value positioning. Update history: 1.11: Added an option to restore the original knob behavior where the value can only change relative to the pre...
GD-SimpleKnob 
SimpleKnob is a UI knob control for Godot 3.x intended to be a drop-in replacement for standard HSlider controls. Themes and overrides created for HSlider should "just work". Includes customizable grabber pointing orientation (inwards/outwards), knob thickness (Values The length of travel from min_value
to max_value
is proportional to the size of the control times the multiplier.*
Q: The theme isn't updating!
- A: There doesn't appear to be a trivial way for a script to update the theme automatically from the editor when it changes. To preview the changes, flick the visibility of the control off and on. At runtime, the configuration should be automatic.