diff --git a/spine-unity/Assets/Examples/Spine/Raptor/raptor.json b/spine-unity/Assets/Examples/Spine/Raptor/raptor.json index c70f7b21f..75366a4cb 100644 --- a/spine-unity/Assets/Examples/Spine/Raptor/raptor.json +++ b/spine-unity/Assets/Examples/Spine/Raptor/raptor.json @@ -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" } + ] } } } \ No newline at end of file