mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:54:44 -04:00
Theme preferences now get saved in the config_cache file
This commit is contained in:
parent
2fc9711788
commit
c3e75496d6
3 changed files with 15 additions and 3 deletions
|
@ -199,6 +199,9 @@ var palette_import_file_dialog : FileDialog
|
|||
var error_dialog : AcceptDialog
|
||||
|
||||
func _ready() -> void:
|
||||
# Load settings from the config file
|
||||
config_cache.load("user://cache.ini")
|
||||
|
||||
undo_redo = UndoRedo.new()
|
||||
image_clipboard = Image.new()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue