Arrange debug floor situation

This commit is contained in:
2025-09-26 22:50:09 -07:00
parent 2a3c80a7af
commit 2ea96e5933
37 changed files with 137 additions and 3900 deletions

View File

@@ -1,16 +1,8 @@
[gd_scene load_steps=8 format=3 uid="uid://8f3dk16nj0dn"]
[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"]
[ext_resource type="FontFile" uid="uid://dit3vylt7hmmx" path="res://src/ui/fonts/FT88-Regular.ttf" id="3_k06jx"]
[sub_resource type="Theme" id="Theme_0tcdw"]
default_font = ExtResource("3_k06jx")
default_font_size = 40
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_18bov"]
bg_color = Color(0.2484, 0.2484, 0.2484, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1ctjd"]
@@ -55,21 +47,16 @@ layout_mode = 2
layout_mode = 2
theme_override_constants/separation = 15
[node name="LoadNextFloorButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
unique_name_in_owner = true
process_mode = 3
custom_minimum_size = Vector2(500, 100)
[node name="Floor Select" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VFlowContainer"]
layout_mode = 2
focus_neighbor_top = NodePath(".")
focus_neighbor_bottom = NodePath("../SpawnItemDropDown")
theme = SubResource("Theme_0tcdw")
theme_override_colors/font_color = Color(0.916332, 0.589636, 0.0275597, 1)
theme_override_colors/font_focus_color = Color(0, 0, 1, 1)
theme_override_colors/font_pressed_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_18bov")
button_mask = 0
text = "Load Next Floor"
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
@@ -79,7 +66,6 @@ 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_top = NodePath("../LoadNextFloorButton")
focus_neighbor_bottom = NodePath("../SpawnEnemyDropDown")
theme_override_styles/normal = SubResource("StyleBoxFlat_1ctjd")