From 073abe4b9c633a00256957abd7a6352cec1ee0b8 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Thu, 10 Mar 2022 19:46:31 +0300 Subject: Add "Add Script" option to project autoload settings --- editor/filesystem_dock.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/filesystem_dock.h') diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index d457c6acd4..e98ffd68b4 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -320,6 +320,8 @@ public: void navigate_to_path(const String &p_path); void focus_on_filter(); + ScriptCreateDialog *get_script_create_dialog() const; + void fix_dependencies(const String &p_for_file); int get_split_offset() { return split_box->get_split_offset(); } -- cgit v1.2.3