I am trying to make a button hide the wings when clicked. the button works when I don't add .hide() to the end but I want to hide the wings. I am getting this error:
Attempt to call function 'hide' in base 'null instance' on a null instance.
extends Panel
func _ready():
set_fixed_process(true)
func _on_MenuButton_button_down():
get_node("Player/Shane's-Wings").hide()