53 lines
927 B
JSON
Raw Normal View History

2024-10-29 15:22:32 +08:00
{
"skeleton": {
2024-11-21 09:35:48 +08:00
"hash": "TKIzjMjpnSk",
"spine": "4.2.22",
2024-10-29 15:22:32 +08:00
"x": -125,
"y": -30,
"width": 250,
"height": 60,
"fps": 1,
"images": "./images/",
2024-11-21 09:35:48 +08:00
"audio": ""
2024-10-29 15:22:32 +08:00
},
"bones": [
{ "name": "root" },
{ "name": "Bar", "parent": "root", "x": -112.29 }
],
"slots": [
{ "name": "Background", "bone": "root", "attachment": "Background" },
{ "name": "Bar", "bone": "Bar", "attachment": "Bar" },
{ "name": "Border", "bone": "root", "attachment": "Border" }
],
"skins": [
{
"name": "default",
"attachments": {
"Background": {
"Background": { "width": 224, "height": 32 }
},
"Bar": {
"Bar": { "x": 112.29, "width": 224, "height": 32 }
},
"Border": {
"Border": { "width": 250, "height": 60 }
}
}
}
],
"animations": {
"Fill": {
"bones": {
"Bar": {
"scale": [
2024-11-21 09:35:48 +08:00
{
"x": 0.002,
"curve": [ 0.25, 0.002, 0.75, 1, 0.25, 1, 0.75, 1 ]
},
2024-10-29 15:22:32 +08:00
{ "time": 1 }
]
}
}
}
}
}