This commit is contained in:
walkpan
2024-07-18 16:01:13 +08:00
parent 55542871ef
commit dca11ad5b5
8 changed files with 86 additions and 33 deletions

View File

@@ -1,26 +1,50 @@
{
"skeleton": {
"hash": "BFYpWuPyJPD1uLygF02DT/tWthE",
"hash": "BqkERUfZ1kQrwXEY5UeJd5+IgNo",
"spine": "3.8.99",
"x": -180,
"y": -180,
"width": 360,
"height": 360,
"x": -170,
"y": -170,
"width": 320,
"height": 320,
"images": "",
"audio": ""
},
"bones": [
{ "name": "root" }
{ "name": "root", "x": -10, "y": -10 }
],
"slots": [
{ "name": "hero_background", "bone": "root", "attachment": "hero_background" }
{ "name": "hero_background", "bone": "root", "attachment": "hb_03" }
],
"skins": [
{
"name": "default",
"name": "act",
"attachments": {
"hero_background": {
"hero_background": { "width": 360, "height": 360 }
"hb_03": { "name": "hb_02", "width": 320, "height": 320 }
}
}
},
{
"name": "def",
"attachments": {
"hero_background": {
"hb_03": { "width": 320, "height": 320 }
}
}
},
{
"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 }
}
}
}