Debug system
This commit is contained in:
49
scenes/UI/DebugMenu.tscn
Normal file
49
scenes/UI/DebugMenu.tscn
Normal file
@@ -0,0 +1,49 @@
|
||||
[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_horizontal = 0
|
||||
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
|
||||
|
||||
[node name="Quests" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
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
|
||||
"
|
Reference in New Issue
Block a user