Where is Mob.tscn

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Derp

I am doing “Your first game” project from godot and I am stuck when it says:

You can assign this property’s value in two ways:
Drag Mob.tscn from the “FileSystem” panel and drop it in the Mob property .
Click the down arrow next to “[empty]” and choose “Load”. Select Mob.tscn.

I cant find Mob.tscn. What should I do?

https://docs.godotengine.org/en/stable/getting_started/step_by_step/your_first_game.html#main-script

:bust_in_silhouette: Reply From: kidscancode

The “Mob.tscn” file that you created when you saved the mob scene appears in the FileSystem panel on the left side, where all the project files are listed. Do you not see it there? Did you try the other option of choosing “Load”?

There is no mod.tscn in FIleSystem panel, and load does not work. I have Main.tscn and Player.tscn

It seems that I saved mob in as a child node of player. So I have a mob.gd but no mob.tscn.

Derp | 2020-05-31 05:45

I just realised what I did wrong. Thanks for the help

Derp | 2020-05-31 13:17