Hello, I am extremely new to Godot and making games in general. I am currently attempting to follow an introduction guide to Godot located here > https://docs.godotengine.org/en/stable/getting_started/step_by_step/scripting_player_input.html
My problem occurs when I hit the Using Signals section. when I attempt to instantiate sprite_2d.tscn into node_2d.tscn it dose not do what I expect it to do and I'm not sure where to go from there.
Here is what I get when I drag sprite_2d.tscn into the Node2D of node_2d.tscn.
this is what the guide is showing