mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 03:04:43 -04:00
PreferencesDialog is now a scene of its own
We should change the organization of the project, and use multiple saved scenes instead of everything being on Main.tscn. Also restored "X" as a shortcut for color switch, because that somehow got lost.
This commit is contained in:
parent
4586853636
commit
432c9690ff
6 changed files with 172 additions and 156 deletions
|
@ -47,7 +47,7 @@ func on_import_palette() -> void:
|
|||
|
||||
func on_palette_import_file_selected(path) -> void:
|
||||
var file := File.new()
|
||||
|
||||
|
||||
file.open(path, File.READ)
|
||||
var text = file.get_as_text()
|
||||
var result_json = JSON.parse(text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue