So I want to make a UI, but I don't really know how, And I also want to make a slider, but i dont really know how to do that, you know a slider? Slider is like a volume changer, i want slider If it is getting to the right then the variable I choose will increase, otherwise it will reduce the variable
How to add UI and Slider?
- Edited
Horizontal slider:
https://docs.godotengine.org/en/4.1/classes/class_hslider.html#hslider
User interface tutorial (not complete, but useful for getting started):
https://docs.godotengine.org/en/4.1/tutorials/ui/index.html#user-interface-ui
DaveTheCoder thanks