2026-07-04 18:22:23 -06:00
|
|
|
[gd_scene format=3 uid="uid://blijvkgrhoas"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://bwmjlflhjmc26" path="res://settings/settings_menu.gd" id="1_tj26x"]
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c1w54bb1nvfgl" path="res://settings/widget/WidgetSettings.tscn" id="3_7d1rn"]
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://djlwditktkdqm" path="res://settings/display/DisplaySettings.tscn" id="3_kc45r"]
|
|
|
|
|
|
|
|
|
|
[node name="SettingsMenu" type="Control" unique_id=1877869509]
|
|
|
|
|
layout_mode = 3
|
|
|
|
|
anchors_preset = 15
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
grow_horizontal = 2
|
|
|
|
|
grow_vertical = 2
|
|
|
|
|
script = ExtResource("1_tj26x")
|
|
|
|
|
|
|
|
|
|
[node name="DisplaySettings" parent="." unique_id=684790483 instance=ExtResource("3_kc45r")]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
|
|
|
|
|
[node name="WidgetSettings" parent="." unique_id=380306064 instance=ExtResource("3_7d1rn")]
|
|
|
|
|
layout_mode = 1
|
|
|
|
|
|
|
|
|
|
[node name="Panel" type="Panel" parent="." unique_id=546432251]
|
2026-07-04 23:59:42 -06:00
|
|
|
custom_minimum_size = Vector2(250, 250)
|
2026-07-04 18:22:23 -06:00
|
|
|
layout_mode = 0
|
|
|
|
|
offset_right = 168.0
|
|
|
|
|
offset_bottom = 142.0
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel" unique_id=1651822305]
|
2026-07-04 23:59:42 -06:00
|
|
|
custom_minimum_size = Vector2(200, 0)
|
2026-07-04 18:22:23 -06:00
|
|
|
layout_mode = 0
|
|
|
|
|
offset_left = 25.0
|
|
|
|
|
offset_top = 28.0
|
|
|
|
|
offset_right = 225.0
|
|
|
|
|
offset_bottom = 172.0
|
|
|
|
|
|
|
|
|
|
[node name="Display" type="Button" parent="Panel/VBoxContainer" unique_id=367341970]
|
|
|
|
|
custom_minimum_size = Vector2(0, 40)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Display Settings"
|
|
|
|
|
|
|
|
|
|
[node name="Control" type="Control" parent="Panel/VBoxContainer" unique_id=1682432096]
|
|
|
|
|
custom_minimum_size = Vector2(0, 4)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Widgets" type="Button" parent="Panel/VBoxContainer" unique_id=392844978]
|
|
|
|
|
custom_minimum_size = Vector2(0, 40)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Widget Settings"
|
|
|
|
|
|
|
|
|
|
[node name="Control2" type="Control" parent="Panel/VBoxContainer" unique_id=403242032]
|
|
|
|
|
custom_minimum_size = Vector2(0, 4)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
2026-07-04 23:59:42 -06:00
|
|
|
[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
|
|
|
|
|
|
2026-07-04 18:22:23 -06:00
|
|
|
[node name="Close" type="Button" parent="Panel/VBoxContainer" unique_id=1184969381]
|
|
|
|
|
custom_minimum_size = Vector2(0, 40)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Close"
|
|
|
|
|
|
|
|
|
|
[connection signal="pressed" from="Panel/VBoxContainer/Display" to="." method="_on_open_display_settings_pressed"]
|
|
|
|
|
[connection signal="pressed" from="Panel/VBoxContainer/Widgets" to="." method="_on_open_widget_settings_pressed"]
|
|
|
|
|
[connection signal="pressed" from="Panel/VBoxContainer/Close" to="." method="_on_close_settings_menu_pressed"]
|