I have a player node and a door node. Im connecting a bodyentered signal from the door node to the player node. I 'm having trouble accessing $Door in the player script to change the door's texture when the player enters the door's area2d.
I should also mention that I made my Door.tscn global so I could access it.