hello, I have an area2D as my enemy and when my player touch the enemy, the enemy can detect using the body_entered(body:node) . my player is a kinematicbody2D. my question is when the enemy touch the player, what signal can i use to detect the collision. and also, with area2D, i cannot use move_and_slide. would someone guide a little bit on this. thank you.