Added volume bar and song list and refactored character select

This commit is contained in:
2023-08-29 21:06:19 +02:00
parent a48fc04e3b
commit c15afc3dc5
8 changed files with 274 additions and 69 deletions

10
volume_slider.tscn Normal file
View 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")