49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://verg13jtqwvh"]
|
|
|
|
[ext_resource type="Script" uid="uid://bn2kdjf586e5p" path="res://scripts/UI/DebugMenu.gd" id="1_pcsq6"]
|
|
|
|
[node name="DebugMenu" type="VBoxContainer"]
|
|
anchors_preset = 9
|
|
anchor_bottom = 1.0
|
|
offset_right = 171.0
|
|
grow_vertical = 2
|
|
script = ExtResource("1_pcsq6")
|
|
|
|
[node name="MainMenu" type="Button" parent="."]
|
|
layout_mode = 2
|
|
text = "Prototype Main Menu"
|
|
|
|
[node name="OverworldOption" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 0
|
|
|
|
[node name="Overworld" type="Button" parent="OverworldOption"]
|
|
layout_mode = 2
|
|
text = "Prototype Overworld"
|
|
|
|
[node name="MapDropdown" type="OptionButton" parent="OverworldOption"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Quests" type="Button" parent="."]
|
|
layout_mode = 2
|
|
text = "Prototype Quests
|
|
"
|
|
|
|
[node name="Cutscene" type="Button" parent="."]
|
|
layout_mode = 2
|
|
disabled = true
|
|
text = "Prototype Cutscene"
|
|
|
|
[node name="Cooking" type="Button" parent="."]
|
|
layout_mode = 2
|
|
disabled = true
|
|
text = "Prototype Cooking
|
|
"
|
|
|
|
[node name="Battle" type="Button" parent="."]
|
|
layout_mode = 2
|
|
disabled = true
|
|
text = "Prototype Battle
|
|
"
|