code
func _process(delta):
if overlaps_body(get_node("/root/Node2D/RigidBody2Dchar/CollisionShape2D/Area2Dpers")) == true :
print("jeje colision")
these are the images where you can see the nodes.

the other node implicated is a Area 2d in noderigidbody2dpuer....(there is more but you only can see it), that is the node where the code is written.