mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 06:54:43 -04:00
Made "comments" be on top of "colors" in the JSON palette files
This commit is contained in:
parent
d52e1937f5
commit
c6e18fe902
7 changed files with 75 additions and 26 deletions
|
@ -85,8 +85,8 @@ func _serialize() -> String:
|
|||
var result = ""
|
||||
var serialize_data : Dictionary = {
|
||||
"name" : name,
|
||||
"colors" : [],
|
||||
"comments" : comments,
|
||||
"colors" : [],
|
||||
"editable" : editable
|
||||
}
|
||||
for color in colors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue