Files
heros/assets/resources/game/monster/spine/skeleton.json
2024-07-22 16:49:11 +08:00

99 lines
1.4 KiB
JSON

{
"skeleton": {
"hash": "fYDeOpztoYDiS0D+OqdbTuJk36Y",
"spine": "3.8.99",
"x": -170,
"y": -170,
"width": 320,
"height": 320,
"images": "",
"audio": ""
},
"bones": [
{ "name": "root", "x": -10, "y": -10 }
],
"slots": [
{ "name": "hero_background", "bone": "root", "attachment": "hb_03" }
],
"skins": [
{
"name": "heath",
"attachments": {
"hero_background": {
"hb_03": { "name": "hb_04", "width": 320, "height": 320 }
}
}
},
{
"name": "magic",
"attachments": {
"hero_background": {
"hb_03": { "name": "hb_01", "x": -0.1, "y": 0.19, "width": 320, "height": 320 }
}
}
},
{
"name": "monster",
"attachments": {
"hero_background": {
"hb_03": { "name": "hb_02", "width": 320, "height": 320 }
}
}
},
{
"name": "war",
"attachments": {
"hero_background": {
"hb_03": { "width": 320, "height": 320 }
}
}
}
],
"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 }
]
}
}
}
}
}