Files
fc/arts/res/spines/loading/loading.json
T
2026-05-23 22:10:14 +08:00

45 lines
1007 B
JSON

{
"skeleton": { "hash": "HpGrNaz6t8eLwvANHlj4bIipjtk", "spine": "3.7.93", "width": 55, "height": 55, "images": "./images/", "audio": "/Users/neil/works/绝对不迟到/spine/loading" },
"bones": [
{ "name": "root" },
{ "name": "img", "parent": "root" }
],
"slots": [
{ "name": "bg", "bone": "root", "attachment": "bg" },
{ "name": "img", "bone": "img", "attachment": "img" }
],
"skins": {
"default": {
"bg": {
"bg": { "width": 55, "height": 55 }
},
"img": {
"img": { "width": 47, "height": 47 }
}
}
},
"animations": {
"animation": {
"slots": {
"img": {
"color": [
{ "time": 0, "color": "ffd400ff" },
{ "time": 0.8333, "color": "00fbffff" },
{ "time": 1.3333, "color": "ffd400ff", "curve": "stepped" },
{ "time": 2, "color": "ffd400ff" }
]
}
},
"bones": {
"img": {
"rotate": [
{ "time": 0, "angle": 0 },
{ "time": 0.6667, "angle": 120 },
{ "time": 1.3333, "angle": -120 },
{ "time": 2, "angle": 0 }
]
}
}
}
}
}