24 lines
703 B
Plaintext
Raw Permalink Normal View History

2024-02-16 23:27:55 +00:00
[gd_scene load_steps=3 format=3 uid="uid://meal8j3ft58r"]
[ext_resource type="Script" path="res://ui/label/ParentNameLabel.gd" id="1_hrs80"]
[ext_resource type="Script" path="res://ui/settings/audio/AudioBusVolume.gd" id="2_3ihfm"]
[node name="Master" type="HBoxContainer"]
custom_minimum_size = Vector2(0, 32)
[node name="Label" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "Master:"
script = ExtResource("1_hrs80")
[node name="HSlider" type="HSlider" parent="."]
layout_mode = 2
size_flags_horizontal = 3
max_value = 1.0
step = 0.01
value = 1.0
script = ExtResource("2_3ihfm")
[connection signal="value_changed" from="HSlider" to="HSlider" method="on_value_changed"]