conductor/scenes/rhythm_manager.tscn

94 lines
3.2 KiB
Plaintext

[gd_scene format=3 uid="uid://ojisu2jrshsp"]
[ext_resource type="Script" uid="uid://bhbfogebu1di5" path="res://scripts/rhythm_manager.gd" id="1_0wx20"]
[ext_resource type="PackedScene" uid="uid://dduyumwk5v1ge" path="res://scenes/click_track.tscn" id="2_6v8l0"]
[node name="RhythmManager" type="Node2D" unique_id=2036637300 node_paths=PackedStringArray("target_audio")]
script = ExtResource("1_0wx20")
target_audio = NodePath("")
[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="VolumeLabelLeft" 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 = -100.0
max_value = 0.0
step = 0.1
show_percentage = false
[node name="VolumeValueLeft" type="Label" parent="RhythmUI/VBoxContainer/VolumeContainer" unique_id=1495628968]
unique_name_in_owner = true
layout_mode = 2
text = "-00.0"
[node name="VolumeContainerRight" type="HBoxContainer" parent="RhythmUI/VBoxContainer" unique_id=1505527639]
layout_mode = 2
[node name="VolumeLabelRight" 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 = -100.0
max_value = 0.0
step = 0.1
show_percentage = false
[node name="VolumeValueRight" type="Label" parent="RhythmUI/VBoxContainer/VolumeContainerRight" unique_id=1882589387]
unique_name_in_owner = true
layout_mode = 2
text = "-00.0"
[node name="ClickTrack" parent="." unique_id=1931221522 instance=ExtResource("2_6v8l0")]
unique_name_in_owner = true