I'm trying to sale down the texture images when I use the command line to export.
if the export.json has
"scale": [ 0.5 ],
then it works as expected, the atlas is scaled to 50%
but if I keep that line and pass
`
scale 0.25`
it uses the value in the export.json file. If I remove the line from the export.json file then it exports at 100%.
It seems the `
scale` parameter is ignored.
Am I doing something wrong? I want to be able to scale the exports differently for each .spine file.