36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bsfacu8r2dki1"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cfnvafnmgsg5n" path="res://ui/BasePauseMenuLayout.tscn" id="1_4weif"]
|
|
[ext_resource type="Script" path="res://ui/DebugMenu/DebugMenu.gd" id="1_8f4v8"]
|
|
|
|
[node name="DebugMenu" instance=ExtResource("1_4weif")]
|
|
script = ExtResource("1_8f4v8")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="OuterMargin/Content" index="0"]
|
|
layout_mode = 2
|
|
|
|
[node name="ConversationTest" type="Button" parent="OuterMargin/Content/VBoxContainer" index="0"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Conversation test"
|
|
|
|
[node name="ScreenEffectsTest" type="Button" parent="OuterMargin/Content/VBoxContainer" index="1"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Screen effects test"
|
|
|
|
[node name="SoundTest" type="Button" parent="OuterMargin/Content/VBoxContainer" index="2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Sound test"
|
|
|
|
[node name="ChangeCharacter" type="Button" parent="OuterMargin/Content/VBoxContainer" index="3"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Change character"
|
|
|
|
[node name="Back" type="Button" parent="OuterMargin/Content/VBoxContainer" index="4"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Back"
|