144 lines
4.6 KiB
Plaintext
144 lines
4.6 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://8f3dk16nj0dn"]
|
|
|
|
[ext_resource type="Script" uid="uid://l1v4ppubryd3" path="res://src/ui/pause_menu/PauseDebugMenu.cs" id="1_a7f7f"]
|
|
[ext_resource type="FontFile" uid="uid://dp1k143v7cppw" path="res://src/ui/fonts/Lust_Sans_Regular.otf" id="1_dan2i"]
|
|
[ext_resource type="LabelSettings" uid="uid://wc363u5t1yi2" path="res://src/ui/label_settings/HeadingFont.tres" id="2_a7f7f"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1ctjd"]
|
|
|
|
[node name="Control" type="Control"]
|
|
process_mode = 3
|
|
top_level = true
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
focus_mode = 1
|
|
script = ExtResource("1_a7f7f")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
process_mode = 3
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 25
|
|
theme_override_constants/margin_top = 25
|
|
theme_override_constants/margin_bottom = 0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
process_mode = 3
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("1_dan2i")
|
|
theme_override_font_sizes/font_size = 72
|
|
text = "Debug Menu"
|
|
label_settings = ExtResource("2_a7f7f")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VFlowContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 15
|
|
|
|
[node name="Floor Select" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
|
|
layout_mode = 2
|
|
text = "Floor Select:"
|
|
label_settings = ExtResource("2_a7f7f")
|
|
|
|
[node name="FloorSelectDropDown" type="OptionButton" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
focus_neighbor_bottom = NodePath("../SpawnEnemyDropDown")
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_1ctjd")
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
|
|
layout_mode = 2
|
|
text = "Spawn Item:"
|
|
label_settings = ExtResource("2_a7f7f")
|
|
|
|
[node name="SpawnItemDropDown" type="OptionButton" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
focus_neighbor_bottom = NodePath("../SpawnEnemyDropDown")
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_1ctjd")
|
|
|
|
[node name="Label2" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
|
|
layout_mode = 2
|
|
text = "Spawn Enemy:"
|
|
label_settings = ExtResource("2_a7f7f")
|
|
|
|
[node name="SpawnEnemyDropDown" type="OptionButton" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
focus_neighbor_top = NodePath("../SpawnItemDropDown")
|
|
focus_neighbor_bottom = NodePath(".")
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_1ctjd")
|
|
item_count = 15
|
|
popup/item_0/text = "Sproingy"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Michael"
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "Filth Eater"
|
|
popup/item_2/id = 2
|
|
popup/item_3/text = "Sara"
|
|
popup/item_3/id = 3
|
|
popup/item_4/text = "Ballos"
|
|
popup/item_4/id = 4
|
|
popup/item_5/text = "Chariot"
|
|
popup/item_5/id = 5
|
|
popup/item_6/text = "Chinthe"
|
|
popup/item_6/id = 6
|
|
popup/item_7/text = "Ambassador Green"
|
|
popup/item_7/id = 7
|
|
popup/item_8/text = "Ambassador Red"
|
|
popup/item_8/id = 8
|
|
popup/item_9/text = "Ambassador Steel"
|
|
popup/item_9/id = 9
|
|
popup/item_10/text = "Agni"
|
|
popup/item_10/id = 10
|
|
popup/item_11/text = "Aqueos"
|
|
popup/item_11/id = 11
|
|
popup/item_12/text = "Palan"
|
|
popup/item_12/id = 12
|
|
popup/item_13/text = "Shield of Heaven"
|
|
popup/item_13/id = 13
|
|
popup/item_14/text = "Gold Sproingy"
|
|
popup/item_14/id = 14
|
|
|
|
[node name="LoadNextFloorButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Load Next Floor"
|
|
|
|
[node name="DieButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Die"
|
|
|
|
[node name="DeathCountLabel" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 58.0
|
|
offset_top = 657.0
|
|
offset_right = 160.0
|
|
offset_bottom = 680.0
|
|
text = "Death Count:"
|
|
|
|
[node name="DeathCount" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 0
|
|
offset_left = 165.0
|
|
offset_top = 658.0
|
|
offset_right = 205.0
|
|
offset_bottom = 681.0
|
|
text = "100"
|