Theme preferences now get saved in the config_cache file

This commit is contained in:
OverloadedOrama 2019-12-20 16:36:23 +02:00
parent 2fc9711788
commit c3e75496d6
3 changed files with 15 additions and 3 deletions

View file

@ -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()