56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
Plaintext
|
[gd_scene format=3 uid="uid://mjdk8q1emaek"]
|
||
|
|
||
|
[node name="BaseConfigMenuLayout" type="VBoxContainer"]
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
theme_override_constants/separation = 32
|
||
|
|
||
|
[node name="Header" type="Label" parent="."]
|
||
|
layout_mode = 2
|
||
|
theme_type_variation = &"HeaderSmall"
|
||
|
horizontal_alignment = 1
|
||
|
|
||
|
[node name="ContentScrollContainer" type="ScrollContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 3
|
||
|
follow_focus = true
|
||
|
horizontal_scroll_mode = 0
|
||
|
|
||
|
[node name="ContentInnerMargin" type="MarginContainer" parent="ContentScrollContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/margin_left = 32
|
||
|
theme_override_constants/margin_top = 16
|
||
|
theme_override_constants/margin_right = 32
|
||
|
theme_override_constants/margin_bottom = 16
|
||
|
|
||
|
[node name="Content" type="GridContainer" parent="ContentScrollContainer/ContentInnerMargin"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 0
|
||
|
columns = 2
|
||
|
|
||
|
[node name="Nav" type="HFlowContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/h_separation = 32
|
||
|
alignment = 1
|
||
|
|
||
|
[node name="OK" type="Button" parent="Nav"]
|
||
|
layout_mode = 2
|
||
|
text = "OK"
|
||
|
|
||
|
[node name="Apply" type="Button" parent="Nav"]
|
||
|
layout_mode = 2
|
||
|
text = "Apply"
|
||
|
|
||
|
[node name="Cancel" type="Button" parent="Nav"]
|
||
|
layout_mode = 2
|
||
|
text = "Cancel"
|
||
|
|
||
|
[node name="RestoreDefaults" type="Button" parent="Nav"]
|
||
|
layout_mode = 2
|
||
|
text = "Restore defaults"
|