58 lines
2.5 KiB
Plaintext
58 lines
2.5 KiB
Plaintext
[gd_scene format=3 uid="uid://bdkdhn1oallke"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cpeyt1dgrtglc" path="res://core/radio/radio.tscn" id="1_8yomj"]
|
|
[ext_resource type="Script" uid="uid://ew4b78u5tkiu" path="res://docs/museums/radio/museum_radio.gd" id="1_h5r8c"]
|
|
[ext_resource type="AudioStream" uid="uid://70cc8she43re" path="res://docs/museums/radio/lofi_01.ogg" id="3_ltpvc"]
|
|
|
|
[node name="MuseumRadio" type="Node3D" unique_id=204859062]
|
|
script = ExtResource("1_h5r8c")
|
|
|
|
[node name="Radio" parent="." unique_id=1234112225 instance=ExtResource("1_8yomj")]
|
|
playlist = Array[AudioStream]([ExtResource("3_ltpvc")])
|
|
|
|
[node name="Control" type="Control" parent="." unique_id=1232082176]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Control" unique_id=2102712226]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
theme_override_constants/margin_left = 12
|
|
theme_override_constants/margin_top = 12
|
|
theme_override_constants/margin_right = 12
|
|
theme_override_constants/margin_bottom = 12
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Control/MarginContainer" unique_id=2097365775]
|
|
layout_mode = 2
|
|
|
|
[node name="Button_Play" type="Button" parent="Control/MarginContainer/VBoxContainer" unique_id=1422696340]
|
|
layout_mode = 2
|
|
text = "Play"
|
|
|
|
[node name="Button_Pause_Resume" type="Button" parent="Control/MarginContainer/VBoxContainer" unique_id=2016690081]
|
|
layout_mode = 2
|
|
text = "Pause"
|
|
|
|
[node name="Button_Stop" type="Button" parent="Control/MarginContainer/VBoxContainer" unique_id=61861870]
|
|
layout_mode = 2
|
|
text = "Stop"
|
|
|
|
[node name="Button_Next" type="Button" parent="Control/MarginContainer/VBoxContainer" unique_id=957606385]
|
|
layout_mode = 2
|
|
text = "Next"
|
|
|
|
[node name="Button_Previous" type="Button" parent="Control/MarginContainer/VBoxContainer" unique_id=929072518]
|
|
layout_mode = 2
|
|
text = "Previous"
|
|
|
|
[connection signal="pressed" from="Control/MarginContainer/VBoxContainer/Button_Play" to="." method="_on_button_play_pressed"]
|
|
[connection signal="pressed" from="Control/MarginContainer/VBoxContainer/Button_Pause_Resume" to="." method="_on_button_pause_pressed"]
|
|
[connection signal="pressed" from="Control/MarginContainer/VBoxContainer/Button_Stop" to="." method="_on_button_stop_pressed"]
|
|
[connection signal="pressed" from="Control/MarginContainer/VBoxContainer/Button_Next" to="." method="_on_button_next_pressed"]
|
|
[connection signal="pressed" from="Control/MarginContainer/VBoxContainer/Button_Previous" to="." method="_on_button_previous_pressed"]
|