@@ -9,173 +9,172 @@ size_flags_vertical = 3
99
1010[node name ="GroupInvoker" type ="GroupInvoker" parent ="." ]
1111group_node_data = {
12- "boolean_data" : [NodePath ("../VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/BooleanEdit" )],
13- "global_key_data " : [NodePath ("../VBoxContainer/GlobalKeyEdit " )],
14- "local_key_data " : [NodePath ("../VBoxContainer/LocalKeyEdit " )],
15- "number_data " : [NodePath ("../VBoxContainer/ScrollContainer/MarginContainer/ VBoxContainer/NumberEdit " )],
16- "string_data " : [NodePath ("../VBoxContainer/ScrollContainer/ MarginContainer/VBoxContainer/StringEdit " )]
12+ "boolean_data" : [NodePath ("../MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/BooleanEdit" )],
13+ "local_key_data " : [NodePath ("../MarginContainer/ VBoxContainer/LocalKeyEdit " )],
14+ "number_data " : [NodePath ("../MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/NumberEdit " )],
15+ "string_data " : [NodePath ("../MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/StringEdit " )],
16+ "variable_key_data " : [NodePath ("../MarginContainer/VBoxContainer/VariableKeyEdit " )]
1717}
1818
19- [node name ="VBoxContainer " type ="VBoxContainer " parent ="." ]
19+ [node name ="MarginContainer " type ="MarginContainer " parent ="." ]
2020layout_mode = 1
2121anchors_preset = 15
2222anchor_right = 1.0
2323anchor_bottom = 1.0
2424grow_horizontal = 2
2525grow_vertical = 2
26+ theme_override_constants/margin_left = 8
27+ theme_override_constants/margin_top = 10
28+ theme_override_constants/margin_right = 10
29+ theme_override_constants/margin_bottom = 8
2630
27- [node name ="Title" type ="Label" parent ="VBoxContainer" ]
31+ [node name ="VBoxContainer" type ="VBoxContainer" parent ="MarginContainer" ]
32+ layout_mode = 2
33+
34+ [node name ="Title" type ="Label" parent ="MarginContainer/VBoxContainer" ]
2835layout_mode = 2
2936text = "Set Variable"
3037horizontal_alignment = 1
3138
32- [node name ="LocalKeyEdit" type ="OptionValueControl" parent ="VBoxContainer" ]
39+ [node name ="LocalKeyEdit" type ="OptionValueControl" parent ="MarginContainer/ VBoxContainer" ]
3340option_key = "local_key_data"
3441layout_mode = 2
3542size_flags_horizontal = 3
3643
37- [node name ="KeyContainer" type ="HBoxContainer" parent ="VBoxContainer/LocalKeyEdit" ]
44+ [node name ="KeyContainer" type ="HBoxContainer" parent ="MarginContainer/ VBoxContainer/LocalKeyEdit" ]
3845layout_mode = 2
3946size_flags_horizontal = 3
4047size_flags_vertical = 4
4148theme_override_constants/separation = 40
4249
43- [node name ="Label" type ="Label" parent ="VBoxContainer/LocalKeyEdit/KeyContainer" ]
50+ [node name ="Label" type ="Label" parent ="MarginContainer/ VBoxContainer/LocalKeyEdit/KeyContainer" ]
4451layout_mode = 2
4552text = "Key"
4653
47- [node name ="LineEdit" type ="OptionButton" parent ="VBoxContainer/LocalKeyEdit/KeyContainer" ]
54+ [node name ="LineEdit" type ="OptionButton" parent ="MarginContainer/ VBoxContainer/LocalKeyEdit/KeyContainer" ]
4855layout_mode = 2
4956size_flags_horizontal = 3
5057
51- [node name ="GlobalKeyEdit " type ="OptionValueControl" parent ="VBoxContainer" ]
52- option_key = "global_key_data "
58+ [node name ="VariableKeyEdit " type ="OptionValueControl" parent ="MarginContainer/ VBoxContainer" ]
59+ option_key = "variable_key_data "
5360layout_mode = 2
5461size_flags_horizontal = 3
5562
56- [node name ="KeyContainer" type ="HBoxContainer" parent ="VBoxContainer/GlobalKeyEdit " ]
63+ [node name ="KeyContainer" type ="HBoxContainer" parent ="MarginContainer/ VBoxContainer/VariableKeyEdit " ]
5764layout_mode = 2
5865size_flags_horizontal = 3
5966size_flags_vertical = 4
6067theme_override_constants/separation = 40
6168
62- [node name ="Label" type ="Label" parent ="VBoxContainer/GlobalKeyEdit /KeyContainer" ]
69+ [node name ="Label" type ="Label" parent ="MarginContainer/ VBoxContainer/VariableKeyEdit /KeyContainer" ]
6370layout_mode = 2
6471text = "Key"
6572
66- [node name ="LineEdit" type ="LineEdit" parent ="VBoxContainer/GlobalKeyEdit /KeyContainer" ]
73+ [node name ="LineEdit" type ="LineEdit" parent ="MarginContainer/ VBoxContainer/VariableKeyEdit /KeyContainer" ]
6774layout_mode = 2
6875size_flags_horizontal = 3
6976
70- [node name ="ScrollContainer" type ="ScrollContainer" parent ="VBoxContainer" ]
77+ [node name ="ScrollContainer" type ="ScrollContainer" parent ="MarginContainer/ VBoxContainer" ]
7178layout_mode = 2
7279size_flags_vertical = 3
7380horizontal_scroll_mode = 0
7481
75- [node name ="MarginContainer " type ="MarginContainer " parent ="VBoxContainer/ScrollContainer" ]
82+ [node name ="VBoxContainer " type ="VBoxContainer " parent ="MarginContainer/ VBoxContainer/ScrollContainer" ]
7683layout_mode = 2
7784size_flags_horizontal = 3
78- size_flags_vertical = 3
79- theme_override_constants/margin_left = 8
80- theme_override_constants/margin_top = 10
81- theme_override_constants/margin_right = 8
82- theme_override_constants/margin_bottom = 10
83-
84- [node name ="VBoxContainer" type ="VBoxContainer" parent ="VBoxContainer/ScrollContainer/MarginContainer" ]
85- layout_mode = 2
8685size_flags_vertical = 0
8786theme_override_constants/separation = 5
8887
89- [node name ="EnumButton" type ="OptionValueControl" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer" ]
88+ [node name ="EnumButton" type ="OptionValueControl" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer" ]
9089option_key = "__type_enum_button"
9190layout_mode = 2
9291
93- [node name ="OptionButton" type ="OptionButton" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/EnumButton" ]
92+ [node name ="OptionButton" type ="OptionButton" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/EnumButton" ]
9493layout_mode = 2
9594size_flags_horizontal = 3
9695alignment = 1
9796
98- [node name ="StringEdit" type ="OptionValueControl" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer" ]
97+ [node name ="StringEdit" type ="OptionValueControl" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer" ]
9998option_key = "string_data"
10099layout_mode = 2
101100
102- [node name ="HBoxContainer" type ="HBoxContainer" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/StringEdit" ]
101+ [node name ="HBoxContainer" type ="HBoxContainer" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/StringEdit" ]
103102layout_mode = 2
104103size_flags_horizontal = 3
105104
106- [node name ="Label" type ="Label" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/StringEdit/HBoxContainer" ]
105+ [node name ="Label" type ="Label" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/StringEdit/HBoxContainer" ]
107106layout_mode = 2
108107size_flags_horizontal = 3
109108text = "String
110109"
111110
112- [node name ="TextEdit" type ="TextEdit" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/StringEdit/HBoxContainer" ]
111+ [node name ="TextEdit" type ="TextEdit" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/StringEdit/HBoxContainer" ]
113112custom_minimum_size = Vector2 (0 , 100 )
114113layout_mode = 2
115114size_flags_horizontal = 3
116115
117- [node name ="NumberEdit" type ="OptionValueControl" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer" ]
116+ [node name ="NumberEdit" type ="OptionValueControl" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer" ]
118117option_key = "number_data"
119118layout_mode = 2
120119
121- [node name ="HBoxContainer" type ="HBoxContainer" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/NumberEdit" ]
120+ [node name ="HBoxContainer" type ="HBoxContainer" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/NumberEdit" ]
122121layout_mode = 2
123122size_flags_horizontal = 3
124123
125- [node name ="Label" type ="Label" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/NumberEdit/HBoxContainer" ]
124+ [node name ="Label" type ="Label" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/NumberEdit/HBoxContainer" ]
126125layout_mode = 2
127126size_flags_horizontal = 3
128127text = "Number
129128"
130129
131- [node name ="SpinBox" type ="SpinBox" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/NumberEdit/HBoxContainer" ]
130+ [node name ="SpinBox" type ="SpinBox" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/NumberEdit/HBoxContainer" ]
132131layout_mode = 2
133132size_flags_horizontal = 3
134133step = 0.1
135134allow_greater = true
136135allow_lesser = true
137136custom_arrow_step = 0.1
138137
139- [node name ="BooleanEdit" type ="OptionValueControl" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer" ]
138+ [node name ="BooleanEdit" type ="OptionValueControl" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer" ]
140139option_key = "boolean_data"
141140layout_mode = 2
142141
143- [node name ="HBoxContainer" type ="HBoxContainer" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/BooleanEdit" ]
142+ [node name ="HBoxContainer" type ="HBoxContainer" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/BooleanEdit" ]
144143layout_mode = 2
145144size_flags_horizontal = 3
146145
147- [node name ="Label" type ="Label" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/BooleanEdit/HBoxContainer" ]
146+ [node name ="Label" type ="Label" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/BooleanEdit/HBoxContainer" ]
148147layout_mode = 2
149148size_flags_horizontal = 3
150149text = "Boolean
151150"
152151
153- [node name ="CheckButton" type ="CheckButton" parent ="VBoxContainer/ScrollContainer/MarginContainer /VBoxContainer/BooleanEdit/HBoxContainer" ]
152+ [node name ="CheckButton" type ="CheckButton" parent ="MarginContainer/ VBoxContainer/ScrollContainer/VBoxContainer/BooleanEdit/HBoxContainer" ]
154153layout_mode = 2
155154size_flags_horizontal = 6
156155
157- [node name ="Padding" type ="MarginContainer" parent ="VBoxContainer" ]
156+ [node name ="Padding" type ="MarginContainer" parent ="MarginContainer/ VBoxContainer" ]
158157layout_mode = 2
159158theme_override_constants/margin_top = 32
160159
161- [node name ="HBoxContainer" type ="HBoxContainer" parent ="VBoxContainer" ]
160+ [node name ="HBoxContainer" type ="HBoxContainer" parent ="MarginContainer/ VBoxContainer" ]
162161layout_mode = 2
163162size_flags_vertical = 8
164163theme_override_constants/separation = 20
165164alignment = 1
166165
167- [node name ="AceeptButton" type ="OptionValueControl" parent ="VBoxContainer/HBoxContainer" ]
166+ [node name ="AceeptButton" type ="OptionValueControl" parent ="MarginContainer/ VBoxContainer/HBoxContainer" ]
168167option_key = "__accept_button"
169168layout_mode = 2
170169
171- [node name ="Button" type ="Button" parent ="VBoxContainer/HBoxContainer/AceeptButton" ]
170+ [node name ="Button" type ="Button" parent ="MarginContainer/ VBoxContainer/HBoxContainer/AceeptButton" ]
172171layout_mode = 2
173172text = "Accept"
174173
175- [node name ="CancelButton" type ="OptionValueControl" parent ="VBoxContainer/HBoxContainer" ]
174+ [node name ="CancelButton" type ="OptionValueControl" parent ="MarginContainer/ VBoxContainer/HBoxContainer" ]
176175option_key = "__cancel_button"
177176layout_mode = 2
178177
179- [node name ="Button" type ="Button" parent ="VBoxContainer/HBoxContainer/CancelButton" ]
178+ [node name ="Button" type ="Button" parent ="MarginContainer/ VBoxContainer/HBoxContainer/CancelButton" ]
180179layout_mode = 2
181180text = "Cancel"
0 commit comments