I have two Cannon.js Objects, and have attached the "collide" event listener to both.
carBody.addEventListener("collide",function(e){
});
I want to be able to react differently depending on how much force the collision has is there a way to do this?