As stated in the title, I have an Area2D, which is supposed to detect body entering via body_enter(body).
The problem is that, to avoid having dozens of area checking, I made the player the area. The problem is that when it's not moving, I think it doesn't check at all for bodies for performance reasons.
Is there a way around it?