Save backups for all opened projects

current_save_paths and backup_save_paths in OpenSave.gd are arrays now, have paths for every project
This commit is contained in:
OverloadedOrama 2020-06-06 02:16:53 +03:00
parent 2c409ab025
commit 709a401373
8 changed files with 81 additions and 66 deletions

View file

@ -112,6 +112,6 @@ func _on_PreferencesDialog_popup_hide() -> void:
list.clear()
func _on_List_item_selected(index):
func _on_List_item_selected(index) -> void:
for child in right_side.get_children():
child.visible = child.name == ["General", "Languages", "Themes", "Canvas", "Image", "Shortcuts"][index]

View file

@ -185,9 +185,9 @@ margin_right = 506.0
margin_bottom = 24.0
mouse_default_cursor_shape = 2
size_flags_horizontal = 3
min_value = 0.5
min_value = 0.1
max_value = 30.0
step = 0.5
step = 0.25
value = 1.0
align = 2
suffix = "minute(s)"