Hi,
I am trying to make a panel with sprite disappear if it enters an Area2D but it is disappearing also when other panels enter this area.
I cannot make a simple function where the wanted panel with sprite would disappear every time its area is entered, because then, it would disappear also when the other panels collide with it.
Is there a way to specify which Areas should mutually react only to each other and not the others?