Added volume bar and song list and refactored character select
This commit is contained in:
10
volume_slider.tscn
Normal file
10
volume_slider.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[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")
|
||||
Reference in New Issue
Block a user