|
@ -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", "held_block_ui_input", "quick_slots_ui_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", "screenshot_icon_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 |
|
@ -25,6 +25,7 @@ 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") |
|
|
held_block_ui_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/HeldBlockUI/CheckButton") |
|
|
quick_slots_ui_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/QuickslotsUI/CheckButton") |
|
|
quick_slots_ui_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/QuickslotsUI/CheckButton") |
|
|
|
|
|
screenshot_icon_input = NodePath("Background/MarginContainer/VBoxContainer/TabContainer/Game/ScreenshotIcon/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") |
|
@ -126,6 +127,21 @@ text = "Enable Player Held Block" |
|
|
layout_mode = 2 |
|
|
layout_mode = 2 |
|
|
button_pressed = true |
|
|
button_pressed = true |
|
|
|
|
|
|
|
|
|
|
|
[node name="ScreenshotIcon" type="HBoxContainer" parent="Background/MarginContainer/VBoxContainer/TabContainer/Game"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Background/MarginContainer/VBoxContainer/TabContainer/Game/ScreenshotIcon"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
size_flags_horizontal = 3 |
|
|
|
|
|
tooltip_text = "Enable/Disable the taking of a screenshot to utilize as the save icon." |
|
|
|
|
|
mouse_filter = 1 |
|
|
|
|
|
text = "Enable Save Screenshot" |
|
|
|
|
|
|
|
|
|
|
|
[node name="CheckButton" type="CheckButton" parent="Background/MarginContainer/VBoxContainer/TabContainer/Game/ScreenshotIcon"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
tooltip_text = "Enable/Disable the taking of a screenshot to utilize as the save icon." |
|
|
|
|
|
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 |
|
@ -244,6 +260,7 @@ text = "Close Settings" |
|
|
[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/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="toggled" from="Background/MarginContainer/VBoxContainer/TabContainer/Game/HeldBlockUI/CheckButton" to="." method="_on_held_block_ui_toggled"] |
|
|
|
|
|
[connection signal="toggled" from="Background/MarginContainer/VBoxContainer/TabContainer/Game/ScreenshotIcon/CheckButton" to="." method="_on_screenshot_icon_button_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"] |