Die when player fall in hole

dreycoon

New member
I would like to do a 2D platformer hole kind of death (Sonic, Mario, etc). What's the cleanest way to implement this with this library?

I'm thinking an invisible trigger in the hole, but after that what do I trigger in the character controller? A state? An ability?
 
Top