mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:44:42 -04:00
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:
parent
2c409ab025
commit
709a401373
8 changed files with 81 additions and 66 deletions
|
@ -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]
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue