How to check for collision at specific point in code? (Trying to see if player is touching an exploding object)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By bclementson

Hello All,

I have a Rigidbody2D “Bomb” object that I need to check for collision with my player after it changes to its “Explosion” animation. I’ve tried the “on_Body_Entered” signal, but if the player collides before the bomb explodes it won’t register when I need it to. I’m probably making this more complicated then necessary - thanks for your help!