|
@ -14,7 +14,7 @@ corner_radius_top_right = 2 |
|
|
corner_radius_bottom_right = 2 |
|
|
corner_radius_bottom_right = 2 |
|
|
corner_radius_bottom_left = 2 |
|
|
corner_radius_bottom_left = 2 |
|
|
|
|
|
|
|
|
[node name="SettingsMenu" type="Panel" node_paths=PackedStringArray("block_highlight_input", "waila_input", "resolution_input", "fullscreen_input", "vsync_input", "fov_slider", "fov_value_label")] |
|
|
|
|
|
|
|
|
[node name="SettingsMenu" type="Panel" node_paths=PackedStringArray("block_highlight_input", "held_block_ui_input", "quick_slots_ui_input", "waila_input", "resolution_input", "fullscreen_input", "vsync_input", "fov_slider", "fov_value_label")] |
|
|
process_mode = 3 |
|
|
process_mode = 3 |
|
|
anchors_preset = 15 |
|
|
anchors_preset = 15 |
|
|
anchor_right = 1.0 |
|
|
anchor_right = 1.0 |
|
@ -23,6 +23,8 @@ grow_horizontal = 2 |
|
|
grow_vertical = 2 |
|
|
grow_vertical = 2 |
|
|
script = ExtResource("1_qwcqe") |
|
|
script = ExtResource("1_qwcqe") |
|
|
block_highlight_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/BlockHighlight/CheckButton") |
|
|
block_highlight_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/BlockHighlight/CheckButton") |
|
|
|
|
|
held_block_ui_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/HeldBlockUI/CheckButton") |
|
|
|
|
|
quick_slots_ui_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/QuickslotsUI/CheckButton") |
|
|
waila_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/Waila/CheckButton") |
|
|
waila_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/Waila/CheckButton") |
|
|
resolution_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Graphics/Resolution/OptionButton") |
|
|
resolution_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Graphics/Resolution/OptionButton") |
|
|
fullscreen_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Graphics/Fullscreen/CheckBox") |
|
|
fullscreen_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Graphics/Fullscreen/CheckBox") |
|
@ -100,6 +102,30 @@ text = "Enable Waila" |
|
|
layout_mode = 2 |
|
|
layout_mode = 2 |
|
|
button_pressed = true |
|
|
button_pressed = true |
|
|
|
|
|
|
|
|
|
|
|
[node name="QuickslotsUI" type="HBoxContainer" parent="Background/MarginContainer/VBoxContainer/TabContainer/Game"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Background/MarginContainer/VBoxContainer/TabContainer/Game/QuickslotsUI"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
size_flags_horizontal = 3 |
|
|
|
|
|
text = "Enable Quickslots UI" |
|
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="Background/MarginContainer/VBoxContainer/TabContainer/Game/QuickslotsUI"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
button_pressed = true |
|
|
|
|
|
|
|
|
|
|
|
[node name="HeldBlockUI" type="HBoxContainer" parent="Background/MarginContainer/VBoxContainer/TabContainer/Game"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Background/MarginContainer/VBoxContainer/TabContainer/Game/HeldBlockUI"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
size_flags_horizontal = 3 |
|
|
|
|
|
text = "Enable Player Held Block" |
|
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="Background/MarginContainer/VBoxContainer/TabContainer/Game/HeldBlockUI"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
button_pressed = true |
|
|
|
|
|
|
|
|
[node name="Graphics" type="VBoxContainer" parent="Background/MarginContainer/VBoxContainer/TabContainer"] |
|
|
[node name="Graphics" type="VBoxContainer" parent="Background/MarginContainer/VBoxContainer/TabContainer"] |
|
|
visible = false |
|
|
visible = false |
|
|
layout_mode = 2 |
|
|
layout_mode = 2 |
|
@ -216,6 +242,8 @@ 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/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="toggled" from="Background/MarginContainer/VBoxContainer/TabContainer/Game/Waila/CheckButton" to="." method="_on_enable_waila_toggled"] |
|
|
|
|
|
[connection signal="toggled" from="Background/MarginContainer/VBoxContainer/TabContainer/Game/QuickslotsUI/CheckButton" to="." method="_on_quickslots_ui_toggled"] |
|
|
|
|
|
[connection signal="toggled" from="Background/MarginContainer/VBoxContainer/TabContainer/Game/HeldBlockUI/CheckButton" to="." method="_on_held_block_ui_toggled"] |
|
|
[connection signal="value_changed" from="Background/MarginContainer/VBoxContainer/TabContainer/Graphics/FOV/HSlider" to="." method="_on_fov_slider_changed"] |
|
|
[connection signal="value_changed" from="Background/MarginContainer/VBoxContainer/TabContainer/Graphics/FOV/HSlider" to="." method="_on_fov_slider_changed"] |
|
|
[connection signal="pressed" from="Background/MarginContainer/VBoxContainer/TabContainer/Graphics/CenterContainer/ApplyButton" to="." method="_on_graphics_apply_button_pressed"] |
|
|
[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"] |
|
|
[connection signal="pressed" from="Background/BottomRow/CloseButton" to="." method="_on_close_button_pressed"] |