I feel like this should be really simple but I'm struggling to find out how to do it;
I have a player (KinematicBody2D with a collision shape 2D) and an enemy (with the exact same child nodes), and in the player script I want to check whether the two collide so I can damage the player. What is the easiest way to do this?