Hi there! I'm following "Your first 2D game" tutorial of the official page, and I'm a bit lost.

In the section "Head up display" I need to instantiate in Main scene the HUD.

But I can't find the file HUD.tscn to link with main.

I'm pretty sure it's a dummy error, but I can't find the solution. Thanks.

  • Capella replied to this.
  • mediacloner That's because there isn't a file yet. At the moment, HUD is just a node in your tree. To make it a scene, you right click on it and select "Save branch as scene". That will change the node into a scene and create a .tscn file for it. If you do it this way, the HUD node will stay in your tree, but with a little scene symbol next to it (you have one for your Player, it looks like a little clapperboard).

    mediacloner That's because there isn't a file yet. At the moment, HUD is just a node in your tree. To make it a scene, you right click on it and select "Save branch as scene". That will change the node into a scene and create a .tscn file for it. If you do it this way, the HUD node will stay in your tree, but with a little scene symbol next to it (you have one for your Player, it looks like a little clapperboard).