Hello everyone,
Today I noticed my hidden easter-egg (a door with a funny popup upon interaction) could be interacted with anywhere in the scene. This isn't supposed to happen, since an Area2D I put as a child of the door (StaticBody2D) with a script attached should've only let the popup show if the player is inside the Area2D. I checked the sizing of the Area2D, it's parents and siblings but everything looked normal. Then I checked the player. Also perfectly normal. I am also sure there is nothing else controlling my interaction in the scene.
I have noticed, however, if I go up to the door and interact with how it should be normally done and try it again outside of the door, it does not trigger and functions as intended.
Any help? Thanks!