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.