27 lines
961 B
Plaintext
27 lines
961 B
Plaintext
[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="ClickTrack" type="AudioStreamPlayer2D" parent="." unique_id=875092300]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource("2_6v8l0")
|