π₯Collisions
Big Bang !!!
Last updated
collisionout = function(obj,obj2,type,fside){
console.log(
obj,//the name of the 1st object
obj2,//the name of the 2st object
type,//tells you which way it hits: top,bottom,left,right
fside//More data on how many degree angles they collide
)
//You don't have to add parameters like fside
}