mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:34:43 -04:00
Import palette file dialog added
This commit is contained in:
parent
b08452034d
commit
9a65960994
16 changed files with 242 additions and 47 deletions
|
@ -1079,3 +1079,7 @@ func add_palette_menu_id_pressed(id) -> void:
|
|||
func _on_NewPaletteDialog_confirmed() -> void:
|
||||
Global.palette_container.on_new_palette_confirmed()
|
||||
pass
|
||||
|
||||
func _on_PaletteImportFileDialog_file_selected(path) -> void:
|
||||
Global.palette_container.on_palette_import_file_selected(path)
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue