36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://bogd1tu40v7ng"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://cfnvafnmgsg5n" path="res://ui/BasePauseMenuLayout.tscn" id="1_vsae8"]
|
||
|
[ext_resource type="Script" path="res://ui/DebugMenu/SoundTest.gd" id="2_ye1xc"]
|
||
|
|
||
|
[node name="SoundTest" instance=ExtResource("1_vsae8")]
|
||
|
script = ExtResource("2_ye1xc")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="OuterMargin/Content" index="0"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/separation = 64
|
||
|
alignment = 1
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="OuterMargin/Content/VBoxContainer" index="0"]
|
||
|
layout_mode = 2
|
||
|
alignment = 1
|
||
|
|
||
|
[node name="OptionButton" type="OptionButton" parent="OuterMargin/Content/VBoxContainer/HBoxContainer" index="0"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="Play" type="Button" parent="OuterMargin/Content/VBoxContainer/HBoxContainer" index="1"]
|
||
|
layout_mode = 2
|
||
|
text = "Play"
|
||
|
|
||
|
[node name="Stop" type="Button" parent="OuterMargin/Content/VBoxContainer/HBoxContainer" index="2"]
|
||
|
layout_mode = 2
|
||
|
text = "Stop"
|
||
|
|
||
|
[node name="Back" type="Button" parent="OuterMargin/Content/VBoxContainer" index="1"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
text = "Back"
|
||
|
|
||
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." index="1"]
|
||
|
bus = &"Sound"
|