[gd_scene format=3 uid="uid://ojisu2jrshsp"] [ext_resource type="Script" uid="uid://bhbfogebu1di5" path="res://rhythm_manager.gd" id="1_0wx20"] [ext_resource type="AudioStream" uid="uid://b8n6p428csquv" path="res://assets/audio/full/eine-kleine-click.wav" id="2_6v8l0"] [node name="RhythmManager" type="Node2D" unique_id=2036637300] script = ExtResource("1_0wx20") [node name="RhythmUI" type="Control" parent="." unique_id=510351076] layout_mode = 3 anchors_preset = 0 offset_right = 40.0 offset_bottom = 40.0 [node name="VBoxContainer" type="VBoxContainer" parent="RhythmUI" unique_id=715801075] layout_mode = 0 offset_right = 40.0 offset_bottom = 40.0 [node name="SongStartLabel" type="Label" parent="RhythmUI/VBoxContainer" unique_id=825673648] layout_mode = 2 text = "To start the song, press the space bar" [node name="CenterContainer" type="CenterContainer" parent="RhythmUI/VBoxContainer" unique_id=1786697862] layout_mode = 2 [node name="BeatBar" type="ProgressBar" parent="RhythmUI/VBoxContainer/CenterContainer" unique_id=689113732] unique_name_in_owner = true custom_minimum_size = Vector2(25, 100) layout_mode = 2 step = 1000.0 fill_mode = 3 show_percentage = false [node name="BeatTimeContainer" type="HBoxContainer" parent="RhythmUI/VBoxContainer" unique_id=939740311] layout_mode = 2 [node name="BeatTimeLabel" type="Label" parent="RhythmUI/VBoxContainer/BeatTimeContainer" unique_id=1501410183] layout_mode = 2 text = "Beat time elapsed: " [node name="BeatTimeValue" type="Label" parent="RhythmUI/VBoxContainer/BeatTimeContainer" unique_id=1689122612] unique_name_in_owner = true layout_mode = 2 text = "00000" [node name="VolumeContainer" type="HBoxContainer" parent="RhythmUI/VBoxContainer" unique_id=845038304] layout_mode = 2 [node name="VolumeLabel" type="Label" parent="RhythmUI/VBoxContainer/VolumeContainer" unique_id=1552250086] layout_mode = 2 text = "Volume L: " [node name="VolumeBarLeft" type="ProgressBar" parent="RhythmUI/VBoxContainer/VolumeContainer" unique_id=1551568889] unique_name_in_owner = true custom_minimum_size = Vector2(0, 24) layout_mode = 2 size_flags_horizontal = 3 min_value = -200.0 max_value = 0.0 fill_mode = 1 show_percentage = false [node name="VolumeContainerRight" type="HBoxContainer" parent="RhythmUI/VBoxContainer" unique_id=1505527639] layout_mode = 2 [node name="VolumeLabel" type="Label" parent="RhythmUI/VBoxContainer/VolumeContainerRight" unique_id=96518109] layout_mode = 2 text = "Volume R: " [node name="VolumeBarRight" type="ProgressBar" parent="RhythmUI/VBoxContainer/VolumeContainerRight" unique_id=61396610] unique_name_in_owner = true custom_minimum_size = Vector2(0, 24) layout_mode = 2 size_flags_horizontal = 3 min_value = -200.0 max_value = 0.0 fill_mode = 1 show_percentage = false [node name="ClickTrack" type="AudioStreamPlayer2D" parent="." unique_id=875092300] unique_name_in_owner = true stream = ExtResource("2_6v8l0")