2024-05-08 09:43:45 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dodqetbke5wji"]
|
2024-04-11 17:32:13 +02:00
|
|
|
|
2024-05-08 09:43:45 +02:00
|
|
|
[ext_resource type="Script" path="res://graph_node_renderer/settings/settings_dialog.gd" id="1_l08va"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dq6hrbd6ev4ls" path="res://graph_node_renderer/settings/library_group_paths_editor.tscn" id="2_f0uh5"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bvjxc2vyx35b1" path="res://graph_node_renderer/shortcuts/shortcuts_editor.tscn" id="2_pet1f"]
|
2024-04-11 17:32:13 +02:00
|
|
|
|
|
|
|
[node name="SettingsDialog" type="AcceptDialog"]
|
|
|
|
title = "Settings"
|
|
|
|
initial_position = 1
|
|
|
|
size = Vector2i(705, 370)
|
|
|
|
min_size = Vector2i(500, 250)
|
|
|
|
ok_button_text = "Close"
|
2024-04-14 14:40:26 +02:00
|
|
|
dialog_close_on_escape = false
|
2024-05-08 09:43:45 +02:00
|
|
|
script = ExtResource("1_l08va")
|
2024-04-11 17:32:13 +02:00
|
|
|
|
|
|
|
[node name="HSplitContainer" type="HSplitContainer" parent="."]
|
|
|
|
offset_left = 8.0
|
|
|
|
offset_top = 8.0
|
|
|
|
offset_right = 697.0
|
2024-05-08 09:43:45 +02:00
|
|
|
offset_bottom = 324.0
|
2024-04-11 17:32:13 +02:00
|
|
|
|
|
|
|
[node name="CategoryTree" type="Tree" parent="HSplitContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
custom_minimum_size = Vector2(200, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
hide_root = true
|
|
|
|
|
|
|
|
[node name="CategoryContent" type="Control" parent="HSplitContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2024-05-08 09:43:45 +02:00
|
|
|
[node name="General" type="ScrollContainer" parent="HSplitContainer/CategoryContent"]
|
2024-04-11 17:32:13 +02:00
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2024-05-08 09:43:45 +02:00
|
|
|
horizontal_scroll_mode = 0
|
2024-04-11 17:32:13 +02:00
|
|
|
|
2024-05-08 09:43:45 +02:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HSplitContainer/CategoryContent/General"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="HSplitContainer/CategoryContent/General/VBoxContainer"]
|
2024-04-11 17:32:13 +02:00
|
|
|
layout_mode = 2
|
|
|
|
text = "Library Group Search Paths"
|
|
|
|
|
2024-05-08 09:43:45 +02:00
|
|
|
[node name="LibraryGroupPathsEditor" parent="HSplitContainer/CategoryContent/General/VBoxContainer" instance=ExtResource("2_f0uh5")]
|
|
|
|
custom_minimum_size = Vector2(0, 290)
|
2024-04-11 17:32:13 +02:00
|
|
|
layout_mode = 2
|
|
|
|
|
2024-04-14 14:40:26 +02:00
|
|
|
[node name="Shortcuts" type="VBoxContainer" parent="HSplitContainer/CategoryContent"]
|
2024-04-11 17:32:13 +02:00
|
|
|
visible = false
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2024-05-08 09:43:45 +02:00
|
|
|
size_flags_horizontal = 3
|
2024-04-14 14:40:26 +02:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="HSplitContainer/CategoryContent/Shortcuts"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Shortcuts"
|
|
|
|
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="HSplitContainer/CategoryContent/Shortcuts"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="HSplitContainer/CategoryContent/Shortcuts/PanelContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
horizontal_scroll_mode = 0
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="HSplitContainer/CategoryContent/Shortcuts/PanelContainer/ScrollContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
theme_override_constants/margin_left = 4
|
|
|
|
theme_override_constants/margin_top = 4
|
|
|
|
theme_override_constants/margin_right = 4
|
|
|
|
theme_override_constants/margin_bottom = 4
|
|
|
|
|
2024-05-08 09:43:45 +02:00
|
|
|
[node name="ShortcutsEditor" parent="HSplitContainer/CategoryContent/Shortcuts/PanelContainer/ScrollContainer/MarginContainer" instance=ExtResource("2_pet1f")]
|
2024-04-14 14:40:26 +02:00
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="Label2" type="Label" parent="HSplitContainer/CategoryContent/Shortcuts"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Click on a shortcut to change it.
|
|
|
|
Press Escape to cancel the change or Enter to confirm it."
|