|
|
@ -14,7 +14,7 @@ corner_radius_top_right = 2 |
|
|
|
corner_radius_bottom_right = 2 |
|
|
|
corner_radius_bottom_left = 2 |
|
|
|
|
|
|
|
[node name="SettingsMenu" type="Panel"] |
|
|
|
[node name="SettingsMenu" type="Panel" node_paths=PackedStringArray("resolution_input", "fullscreen_input", "vsync_input")] |
|
|
|
process_mode = 3 |
|
|
|
anchors_preset = 15 |
|
|
|
anchor_right = 1.0 |
|
|
@ -22,6 +22,9 @@ anchor_bottom = 1.0 |
|
|
|
grow_horizontal = 2 |
|
|
|
grow_vertical = 2 |
|
|
|
script = ExtResource("1_qwcqe") |
|
|
|
resolution_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Graphics/Resolution/OptionButton") |
|
|
|
fullscreen_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Graphics/Fullscreen/CheckBox") |
|
|
|
vsync_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Graphics/VSync/CheckBox") |
|
|
|
metadata/_edit_vertical_guides_ = [349.0] |
|
|
|
|
|
|
|
[node name="Background" type="ColorRect" parent="."] |
|
|
@ -62,11 +65,10 @@ horizontal_alignment = 1 |
|
|
|
layout_mode = 2 |
|
|
|
theme_override_constants/side_margin = 0 |
|
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_80b2v") |
|
|
|
current_tab = 1 |
|
|
|
current_tab = 0 |
|
|
|
clip_tabs = false |
|
|
|
|
|
|
|
[node name="Game" type="VBoxContainer" parent="Background/MarginContainer/VBoxContainer/TabContainer"] |
|
|
|
visible = false |
|
|
|
layout_mode = 2 |
|
|
|
metadata/_tab_index = 0 |
|
|
|
|
|
|
@ -95,6 +97,7 @@ layout_mode = 2 |
|
|
|
button_pressed = true |
|
|
|
|
|
|
|
[node name="Graphics" type="VBoxContainer" parent="Background/MarginContainer/VBoxContainer/TabContainer"] |
|
|
|
visible = false |
|
|
|
layout_mode = 2 |
|
|
|
metadata/_tab_index = 1 |
|
|
|
|
|
|
@ -109,13 +112,19 @@ text = "Resolution" |
|
|
|
[node name="OptionButton" type="OptionButton" parent="Background/MarginContainer/VBoxContainer/TabContainer/Graphics/Resolution"] |
|
|
|
layout_mode = 2 |
|
|
|
selected = 0 |
|
|
|
item_count = 3 |
|
|
|
item_count = 6 |
|
|
|
popup/item_0/text = "1280x720" |
|
|
|
popup/item_0/id = 0 |
|
|
|
popup/item_1/text = "1920x1080" |
|
|
|
popup/item_1/id = 1 |
|
|
|
popup/item_2/text = "2560x1440" |
|
|
|
popup/item_2/id = 2 |
|
|
|
popup/item_1/text = "1280x800" |
|
|
|
popup/item_1/id = 4 |
|
|
|
popup/item_2/text = "1920x1080" |
|
|
|
popup/item_2/id = 1 |
|
|
|
popup/item_3/text = "2560x1440" |
|
|
|
popup/item_3/id = 2 |
|
|
|
popup/item_4/text = "3440x1440" |
|
|
|
popup/item_4/id = 3 |
|
|
|
popup/item_5/text = "3840 x 2160" |
|
|
|
popup/item_5/id = 5 |
|
|
|
|
|
|
|
[node name="Fullscreen" type="HBoxContainer" parent="Background/MarginContainer/VBoxContainer/TabContainer/Graphics"] |
|
|
|
layout_mode = 2 |
|
|
@ -182,4 +191,5 @@ text = "Close Settings" |
|
|
|
|
|
|
|
[connection signal="toggled" from="Background/MarginContainer/VBoxContainer/TabContainer/Game/BlockHighlight/CheckButton" to="." method="_on_block_highlighting_toggled"] |
|
|
|
[connection signal="toggled" from="Background/MarginContainer/VBoxContainer/TabContainer/Game/Waila/CheckButton" to="." method="_on_enable_waila_toggled"] |
|
|
|
[connection signal="pressed" from="Background/MarginContainer/VBoxContainer/TabContainer/Graphics/CenterContainer/ApplyButton" to="." method="_on_graphics_apply_button_pressed"] |
|
|
|
[connection signal="pressed" from="Background/BottomRow/CloseButton" to="." method="_on_close_button_pressed"] |