11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://w400rnew7453"]
|
|
|
|
[ext_resource type="Script" path="res://volume_slider.gd" id="1_1aufb"]
|
|
|
|
[node name="VolumeSlider" type="HSlider"]
|
|
offset_right = 8.0
|
|
offset_bottom = 16.0
|
|
max_value = 1.0
|
|
step = 0.001
|
|
script = ExtResource("1_1aufb")
|