mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
[unity] Added missing event data to Raptor sample skeleton.
This commit is contained in:
parent
b36d1e9e02
commit
64ec35a1ac
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"skeleton": {
|
"skeleton": {
|
||||||
"hash": "TWhM3jMRTJdDA0rvXsx/iqdbWpQ",
|
"hash": "MdV0IZSAvD5AddKCxR+b1ZqSro0",
|
||||||
"spine": "3.3.07",
|
"spine": "3.4.01",
|
||||||
"width": 1223.75,
|
"width": 1223.75,
|
||||||
"height": 1053.54,
|
"height": 1053.54,
|
||||||
"images": "C:/Program Files (x86)/Spine/examples/raptor/images/"
|
"images": "C:/Program Files (x86)/Spine/examples/raptor/images/"
|
||||||
@ -495,6 +495,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"events": {
|
||||||
|
"footstep": {}
|
||||||
|
},
|
||||||
"animations": {
|
"animations": {
|
||||||
"Jump": {
|
"Jump": {
|
||||||
"bones": {
|
"bones": {
|
||||||
@ -2717,7 +2720,11 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"events": [
|
||||||
|
{ "time": 0.0333, "name": "footstep" },
|
||||||
|
{ "time": 0.5333, "name": "footstep" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user