Add debug mode button to menu. it doesnt do anything

This commit is contained in:
2026-07-04 23:59:42 -06:00
parent 10e9a0f5df
commit 6eb2993391
+11 -2
View File
@@ -20,13 +20,13 @@ layout_mode = 1
layout_mode = 1 layout_mode = 1
[node name="Panel" type="Panel" parent="." unique_id=546432251] [node name="Panel" type="Panel" parent="." unique_id=546432251]
custom_minimum_size = Vector2(250, 200) custom_minimum_size = Vector2(250, 250)
layout_mode = 0 layout_mode = 0
offset_right = 168.0 offset_right = 168.0
offset_bottom = 142.0 offset_bottom = 142.0
[node name="VBoxContainer" type="VBoxContainer" parent="Panel" unique_id=1651822305] [node name="VBoxContainer" type="VBoxContainer" parent="Panel" unique_id=1651822305]
custom_minimum_size = Vector2(200, 10) custom_minimum_size = Vector2(200, 0)
layout_mode = 0 layout_mode = 0
offset_left = 25.0 offset_left = 25.0
offset_top = 28.0 offset_top = 28.0
@@ -51,6 +51,15 @@ text = "Widget Settings"
custom_minimum_size = Vector2(0, 4) custom_minimum_size = Vector2(0, 4)
layout_mode = 2 layout_mode = 2
[node name="Debug" type="Button" parent="Panel/VBoxContainer" unique_id=739815847]
custom_minimum_size = Vector2(0, 40)
layout_mode = 2
text = "Debug Mode"
[node name="Control3" type="Control" parent="Panel/VBoxContainer" unique_id=1091785659]
custom_minimum_size = Vector2(0, 4)
layout_mode = 2
[node name="Close" type="Button" parent="Panel/VBoxContainer" unique_id=1184969381] [node name="Close" type="Button" parent="Panel/VBoxContainer" unique_id=1184969381]
custom_minimum_size = Vector2(0, 40) custom_minimum_size = Vector2(0, 40)
layout_mode = 2 layout_mode = 2