Files
pixelheros/assets/resources/game/player/fk/skeleton.json
pan@work 2ef3bcf322 first
2024-07-17 16:14:14 +08:00

75 lines
1.0 KiB
JSON

{
"skeleton": {
"hash": "BFYpWuPyJPD1uLygF02DT/tWthE",
"spine": "3.8.99",
"x": -180,
"y": -180,
"width": 360,
"height": 360,
"images": "",
"audio": ""
},
"bones": [
{ "name": "root" }
],
"slots": [
{ "name": "hero_background", "bone": "root", "attachment": "hero_background" }
],
"skins": [
{
"name": "default",
"attachments": {
"hero_background": {
"hero_background": { "width": 360, "height": 360 }
}
}
}
],
"animations": {
"act1": {
"bones": {
"root": {
"translate": [
{},
{ "time": 0.3333, "x": -20 },
{ "time": 0.5667, "x": 40 },
{ "time": 0.8 }
]
}
}
},
"idle": {
"bones": {
"root": {
"translate": [
{},
{ "time": 0.5, "y": 8 },
{ "time": 1 }
]
}
}
},
"magic1": {
"bones": {
"root": {
"rotate": [
{},
{ "time": 0.5, "angle": 15 },
{ "time": 1 }
]
}
}
},
"move": {
"bones": {
"root": {
"translate": [
{},
{ "time": 0.3667, "y": 15 },
{ "time": 0.8 }
]
}
}
}
}
}