Sorry for not being specific, I'm actually a UI designer/part-time coder trying to help an artist with some of his work. I'm a little lost. As far as I can understand, we'd like to be able to work with the character at a larger size and then export a smaller version of the same character with its animations scaled down properly. Basically I was asked to modify the values of the .json file based on some of the details in this thread.
{"bones":[{"name":"root","x":0.96]},{"name":"bone","parent":"root","x":38.81,"y":278.66}
Based on your previous post I took the original, working .json file and changed the x value above. Notice there isn't a Y value
which sounds like it might be another problem, or perhaps I changed the wrong thing. The x value was 1.92 but I changed it to 0.96 and then we loaded assets into Spine that were 50% of the original size. In any case, thanks for taking time to respond to this, I appreciate the help.