Range Slider
by skar0ps | MIT
RangeSlider is a Godot 4 plugin that adds a two-handle slider to edit a Vector2 as a min/max range, instead of juggling two separate float variables and their clamping logic
What does it do ? RangeSlider is a Godot 4 plugin that adds a two-handle slider to edit a Vector2 as a min/max range, instead of juggling two separate float variables and their clamping setters. How does it work ? It plugs into the inspector automatically
Slider Label
by KoBeWi | MIT
A custom node type that displays a value of a Slider
^ This can be your Slider, just install this plugin. Usage After SliderLabel plugin is enabled, you can add a new SliderLabel node onto your scene. The node needs to be a child of Slider. Done. Your Slider will now display the value. You can customize the
loading more results...