mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 03:33:48 +00:00
Volume Sliders
This commit is contained in:
parent
bc2c3de525
commit
c75d9d226f
19 changed files with 257 additions and 49 deletions
18
Scenes/HUD/Volume_Slider.tscn
Normal file
18
Scenes/HUD/Volume_Slider.tscn
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cwhm3802fhdax"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="1_guyi5"]
|
||||
[ext_resource type="Script" uid="uid://du6nu7qvqvd8w" path="res://Scripts/UI/AudioSlider.cs" id="2_i14ck"]
|
||||
|
||||
[node name="VolumeSlider" type="HSlider"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("1_guyi5")
|
||||
max_value = 1.0
|
||||
step = 0.05
|
||||
value = 0.6
|
||||
script = ExtResource("2_i14ck")
|
||||
|
||||
[connection signal="mouse_exited" from="." to="." method="release_focus"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue