I’m trying to create a plugin with resources that shouldn’t be created as files.
In godot, you cannot create a Texture file or a Texture2D. It’s shown by having a gray color and even when pressing the “create” button, nothing happens.
How can i reproduce that behavior to prevent people from creating files of a particular type and forcing them to use their childrens instead ?