mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:24:44 -04:00
Rename palettes on EditPalettePopup, removed "Custom" subfolder
This commit is contained in:
parent
129885ddfc
commit
20d643b4ca
7 changed files with 74 additions and 96 deletions
|
@ -94,7 +94,7 @@ func _serialize() -> String:
|
|||
|
||||
result = JSON.print(serialize_data)
|
||||
|
||||
return result;
|
||||
return result
|
||||
|
||||
func deserialize(input_string : String) -> Palette:
|
||||
var result = get_script().new()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue