In my game I have a powerup that makes you able to collide with obstacles without crashing for a short amount of time. The problem is when I get this powerup I made it so all collisions are disabled to the player sprite. This is a problem because I can not collect coins when I have the powerup. What I need to know is how can I be immune to crashing from obstacles but still be able to collect coins when the player collides with them.
Thanks :0