Hello,

I'm following the Godot tutorials but i've gotten myself stuck on this one: https://docs.godotengine.org/en/stable/tutorials/scripting/resources.html.

"Let's see some examples. Create a Resource and name it bot_stats. It should appear in your file tab with the full name bot_stats.tres. Without a script, it's useless, so let's add some data and logic! Attach a script to it named bot_stats.gd (or just create a new script, and then drag it to it)."

I do not understand how/where i can create a resource. Hopefully someone can point this out to me.

  • Right-click in the FileSystem dock, and select New Resource...

    You can also do it from the Inspector by clicking the document icon with the plus.

Right-click in the FileSystem dock, and select New Resource...

You can also do it from the Inspector by clicking the document icon with the plus.