Handle multiple collision masks independently

I thought about this these days when I was trying to float an ice cube in my game! The collision mask that served at one point in the code was not appropriate for another moment and I had to create a new object to serve as the second collision mask.

I liked this solution. It doesn’t break the old games. :+1:

4 Likes