|
|
@@ -7,7 +7,7 @@
|
|
|
auto_translate_mode = 1
|
|
|
title = "SoundThread Settings"
|
|
|
initial_position = 2
|
|
|
-size = Vector2i(500, 458)
|
|
|
+size = Vector2i(500, 516)
|
|
|
transient = true
|
|
|
unresizable = true
|
|
|
always_on_top = true
|
|
|
@@ -15,7 +15,7 @@ script = ExtResource("1_uey6c")
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="." groups=["invertable_background"]]
|
|
|
offset_right = 506.0
|
|
|
-offset_bottom = 467.0
|
|
|
+offset_bottom = 522.0
|
|
|
color = Color(0.101961, 0.101961, 0.101961, 0.6)
|
|
|
script = ExtResource("2_bym2s")
|
|
|
|
|
|
@@ -59,10 +59,10 @@ text = "Change location for cdprogs folder"
|
|
|
layout_mode = 2
|
|
|
theme_override_constants/margin_bottom = 7
|
|
|
|
|
|
-[node name="Label2" type="Label" parent="VBoxContainer"]
|
|
|
+[node name="Theme" type="Label" parent="VBoxContainer"]
|
|
|
layout_mode = 2
|
|
|
theme_override_font_sizes/font_size = 18
|
|
|
-text = "User Interface"
|
|
|
+text = "Appearance"
|
|
|
|
|
|
[node name="HBoxContainer5" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
layout_mode = 2
|
|
|
@@ -107,6 +107,28 @@ text = "Invert UI colours:"
|
|
|
layout_mode = 2
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
+[node name="Controls" type="Label" parent="VBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_font_sizes/font_size = 18
|
|
|
+text = "Controls"
|
|
|
+
|
|
|
+[node name="HBoxContainer8" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+tooltip_text = "Default: Scroll Zooms, Ctrl/Cmd + Scroll Moves"
|
|
|
+
|
|
|
+[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer8"]
|
|
|
+layout_mode = 2
|
|
|
+text = "Swap Zoom and Move:"
|
|
|
+
|
|
|
+[node name="SwapZoomAndMoveToggle" type="CheckButton" parent="VBoxContainer/HBoxContainer8"]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_horizontal = 3
|
|
|
+
|
|
|
+[node name="Windows" type="Label" parent="VBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_font_sizes/font_size = 18
|
|
|
+text = "Windows"
|
|
|
+
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
|
|
|
layout_mode = 2
|
|
|
|
|
|
@@ -157,6 +179,7 @@ size_flags_horizontal = 3
|
|
|
[connection signal="item_selected" from="VBoxContainer/HBoxContainer5/ThemeList" to="." method="_on_theme_list_item_selected"]
|
|
|
[connection signal="color_changed" from="VBoxContainer/HBoxContainer/CustomColourPicker" to="." method="_on_custom_colour_picker_color_changed"]
|
|
|
[connection signal="toggled" from="VBoxContainer/invert_ui_container/InvertUI" to="." method="_on_invert_ui_toggled"]
|
|
|
+[connection signal="toggled" from="VBoxContainer/HBoxContainer8/SwapZoomAndMoveToggle" to="." method="_on_swap_zoom_and_move_toggle_toggled"]
|
|
|
[connection signal="toggled" from="VBoxContainer/HBoxContainer2/PvocWarning" to="." method="_on_pvoc_warning_toggled"]
|
|
|
[connection signal="toggled" from="VBoxContainer/HBoxContainer6/ProgressBar" to="." method="_on_progress_bar_toggled"]
|
|
|
[connection signal="toggled" from="VBoxContainer/HBoxContainer3/AutoCloseConsole" to="." method="_on_auto_close_console_toggled"]
|