From 6eb2993391de78d6fb4bdf6e903670e474f3c44f Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Sat, 4 Jul 2026 23:59:42 -0600 Subject: [PATCH] Add debug mode button to menu. it doesnt do anything --- settings/SettingsMenu.tscn | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/settings/SettingsMenu.tscn b/settings/SettingsMenu.tscn index cbfcb88..8ee194c 100644 --- a/settings/SettingsMenu.tscn +++ b/settings/SettingsMenu.tscn @@ -20,13 +20,13 @@ layout_mode = 1 layout_mode = 1 [node name="Panel" type="Panel" parent="." unique_id=546432251] -custom_minimum_size = Vector2(250, 200) +custom_minimum_size = Vector2(250, 250) layout_mode = 0 offset_right = 168.0 offset_bottom = 142.0 [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 offset_left = 25.0 offset_top = 28.0 @@ -51,6 +51,15 @@ text = "Widget Settings" custom_minimum_size = Vector2(0, 4) 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] custom_minimum_size = Vector2(0, 40) layout_mode = 2