mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:54:44 -04:00
Rebase master (remove palette) to refactoring
This commit is contained in:
parent
1e114d6f4f
commit
8c2c8a1d7b
2 changed files with 52 additions and 15 deletions
|
@ -305,5 +305,5 @@ func _on_NewPaletteDialog_popup_hide() -> void:
|
|||
Global.dialog_open(false)
|
||||
|
||||
|
||||
func _on_RemovePalette_pressed():
|
||||
func _on_RemovePalette_pressed() -> void:
|
||||
remove_palette(current_palette)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue