[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": { "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" }
]
} }
} }
} }