Godot Version
4.2.1.stable
Question
I’m following the “Your first 2D game tutorial” from the docs and everything is working fine except for collision. At the end of the “The main game scene” section it says my player should be disappearing on hit but it does not. I’ve checked everything twice and it’s identical to the tutorial as far as I can tell. I even manually added: “max_contacts_reported = 1” and “contact_monitor = true” to the mobs but no luck. It seems like _on_body_entered() isn’t working at all for my player. Anyone else have this issue?