Serialize color palettes in a simpler format
Sumez opened this issue · 0 comments
Sumez commented
Right now, colors in a tilemap file are serialized to a string - words for known colors, and ARGB for the rest, but even ARGB values are displayed as a string. That's not practical for custom parsers, better to just save values as a simple RGB array (don't need alpha)