mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +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": {
|
||||
"hash": "TWhM3jMRTJdDA0rvXsx/iqdbWpQ",
|
||||
"spine": "3.3.07",
|
||||
"hash": "MdV0IZSAvD5AddKCxR+b1ZqSro0",
|
||||
"spine": "3.4.01",
|
||||
"width": 1223.75,
|
||||
"height": 1053.54,
|
||||
"images": "C:/Program Files (x86)/Spine/examples/raptor/images/"
|
||||
@ -495,6 +495,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"events": {
|
||||
"footstep": {}
|
||||
},
|
||||
"animations": {
|
||||
"Jump": {
|
||||
"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