|
@ -0,0 +1,60 @@ |
|
|
|
|
|
[gd_scene format=3 uid="uid://w6wtjosjn1qu"] |
|
|
|
|
|
|
|
|
|
|
|
[node name="OptionsMenu" type="MarginContainer"] |
|
|
|
|
|
anchors_preset = 15 |
|
|
|
|
|
anchor_right = 1.0 |
|
|
|
|
|
anchor_bottom = 1.0 |
|
|
|
|
|
grow_horizontal = 2 |
|
|
|
|
|
grow_vertical = 2 |
|
|
|
|
|
|
|
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
theme_override_constants/margin_left = 20 |
|
|
|
|
|
theme_override_constants/margin_top = 20 |
|
|
|
|
|
theme_override_constants/margin_right = 20 |
|
|
|
|
|
theme_override_constants/margin_bottom = 20 |
|
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/MarginContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
theme_type_variation = &"HeaderMedium" |
|
|
|
|
|
text = "Options Menu" |
|
|
|
|
|
horizontal_alignment = 1 |
|
|
|
|
|
|
|
|
|
|
|
[node name="Waila" type="HBoxContainer" parent="PanelContainer/MarginContainer/VBoxContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="PanelContainer/MarginContainer/VBoxContainer/Waila"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
button_pressed = true |
|
|
|
|
|
text = "Enable Waila" |
|
|
|
|
|
|
|
|
|
|
|
[node name="BlockHighlights" type="HBoxContainer" parent="PanelContainer/MarginContainer/VBoxContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="PanelContainer/MarginContainer/VBoxContainer/BlockHighlights"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
button_pressed = true |
|
|
|
|
|
text = "Enable Block Highlighting" |
|
|
|
|
|
|
|
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="PanelContainer/MarginContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
size_flags_vertical = 8 |
|
|
|
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/MarginContainer/CenterContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
|
|
|
|
[node name="CloseButton" type="Button" parent="PanelContainer/MarginContainer/CenterContainer/HBoxContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
theme_override_font_sizes/font_size = 20 |
|
|
|
|
|
text = "Close Menu" |
|
|
|
|
|
|
|
|
|
|
|
[node name="ExitButton" type="Button" parent="PanelContainer/MarginContainer/CenterContainer/HBoxContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
theme_override_font_sizes/font_size = 20 |
|
|
|
|
|
text = "Exit Game" |