Made "comments" be on top of "colors" in the JSON palette files

This commit is contained in:
OverloadedOrama 2020-01-08 01:09:35 +02:00
parent d52e1937f5
commit c6e18fe902
7 changed files with 75 additions and 26 deletions

View file

@ -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: