Hello.
Goblin.json file has following config
...
"skins": {
"default": {
"left hand item": {
"dagger": { "x": -35.5, "y": 3.85, "rotation": 10.47, "width": 156, "height": 238 },
"spear": { "x": -4.55, "y": 39.2, "rotation": 13.04, "width": 22, "height": 368 }
},
...
There is no slot left hand item for boths kins (goblin and goblinGirl).
So the question are
- How will i know, do i need to show this sprites or no (the same question for not default skin)
- What is a order if i need to show both sprites.
Another question is
If i have a slot left hand item in goblin skin and default skin am I correct that I need to show just sprites from goblin skin.
Which sprites do i need to show for default pose (is it controlled by first animation step of first animation ?)
I saw drawOrder section on JSON Export Format page, but it looks different than what i see in spinboy.json file
... "animations": { "drawOrder": { "bones": { "head": { "rotate": [ { "time": 0, "angle": 0 }, ...... { "time": 3.9, "angle": 359.99 } ], "translate": [ ....
it's very different with what you provided on your page
"draworder": [ { "time": 0.2, "offsets": [ { "slot": "slotName", "offset": 1 }, { "slot": "slotName", "offset": -2 }, ... ] }, ... }
And one more question, what's mean time here, and which Animation this draworder belongs.
Thanks in advance,
I very appreciate your quick support.