Add New Shader option to the FileSystemDock popup menu.

This commit is contained in:
Yuri Roubinsky
2021-12-03 17:45:32 +03:00
parent 8762d8fa5d
commit 771491d358
5 changed files with 30 additions and 9 deletions

View File

@ -108,7 +108,7 @@ protected:
static void _bind_methods();
public:
void config(const String &p_base_path, bool p_built_in_enabled = true, bool p_load_enabled = true, int p_preferred_mode = -1);
void config(const String &p_base_path, bool p_built_in_enabled = true, bool p_load_enabled = true, int p_preferred_type = -1, int p_preferred_mode = -1);
ShaderCreateDialog();
};