I have a Sword (it is attached to a Player) which moves if I press Space. And I have a Enemy (KinematicBody2D). How can I change the health variable of the Enemy, when the Sword enters the Body of the Enemy? The problem is, that the sword is the same body like the Player so I cant different between them actually. How can I solve this?