Files
heros/assets/resources/game/skills/atked/skeleton.json
2024-08-11 16:50:42 +08:00

40 lines
603 B
JSON

{
"skeleton": {
"hash": "16EHKkySIjdHjHmLr6ZnyajUKu0",
"spine": "3.8.99",
"x": -8.2,
"y": -11.4,
"width": 16.4,
"height": 22.8,
"images": "",
"audio": ""
},
"bones": [
{ "name": "root", "scaleX": 0.2158, "scaleY": 0.3 }
],
"slots": [
{ "name": "shock", "bone": "root", "attachment": "123" }
],
"skins": [
{
"name": "default",
"attachments": {
"shock": {
"123": { "width": 76, "height": 76 }
}
}
}
],
"animations": {
"animation": {
"bones": {
"root": {
"scale": [
{ "x": 0.333, "y": 0.333 },
{ "time": 0.3333, "x": 3.333, "y": 3.333 }
]
}
}
}
}
}