Made Palette .json files more readable

This commit is contained in:
OverloadedOrama 2020-01-08 01:02:38 +02:00
parent 99a45275ff
commit d52e1937f5
6 changed files with 664 additions and 6 deletions

View file

@ -92,7 +92,7 @@ func _serialize() -> String:
for color in colors:
serialize_data.colors.push_back(color.toDict())
result = JSON.print(serialize_data)
result = JSON.print(serialize_data, " ")
return result