first
This commit is contained in:
75
assets/resources/game/player/fk/skeleton.json
Normal file
75
assets/resources/game/player/fk/skeleton.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"skeleton": {
|
||||
"hash": "BFYpWuPyJPD1uLygF02DT/tWthE",
|
||||
"spine": "3.8.99",
|
||||
"x": -180,
|
||||
"y": -180,
|
||||
"width": 360,
|
||||
"height": 360,
|
||||
"images": "",
|
||||
"audio": ""
|
||||
},
|
||||
"bones": [
|
||||
{ "name": "root" }
|
||||
],
|
||||
"slots": [
|
||||
{ "name": "hero_background", "bone": "root", "attachment": "hero_background" }
|
||||
],
|
||||
"skins": [
|
||||
{
|
||||
"name": "default",
|
||||
"attachments": {
|
||||
"hero_background": {
|
||||
"hero_background": { "width": 360, "height": 360 }
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user