cirnogodot/Scenes/HUD/Volume_Slider.tscn
2025-03-17 11:43:11 +01:00

18 lines
603 B
Text

[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"]