1 decade ago by dmen
I have a bunch of button entitities and a hat entity. Buttons fall, and you're supposed to catch them in the hat. If I make the collision type for the buttons passive, and the hat active the hat stops the buttons so collisions work, but inside the hat class I'm not having check or collideWith called. I just have a simple ig.log in each function, but see nothing in the console. Not sure what I might be doing wrong.