mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:24:44 -04:00
Made Palette .json files more readable
This commit is contained in:
parent
99a45275ff
commit
d52e1937f5
6 changed files with 664 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue