[unity] Added missing event data to Raptor sample skeleton.

This commit is contained in:
pharan 2016-07-31 18:18:29 +08:00
parent b36d1e9e02
commit 64ec35a1ac

View File

@ -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" }
]
}
}
}