summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-05-07 23:35:23 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-05-11 05:13:29 -0300
commitdcf27c71b75452ce5ca0bb849715ce4304ad694d (patch)
tree012d591bb4e6e1046acfe5e44885be81b4848303 /editor/filesystem_dock.h
parent89c37dae490b8072a0997bbcab739c45ecb3044d (diff)
downloadredot-engine-dcf27c71b75452ce5ca0bb849715ce4304ad694d.tar.gz
Make possible to create inherited scenes via the RMB menu in the FileSystem dock
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r--editor/filesystem_dock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h
index 8b27938c8a..9d20544ac2 100644
--- a/editor/filesystem_dock.h
+++ b/editor/filesystem_dock.h
@@ -73,6 +73,7 @@ public:
private:
enum FileMenu {
FILE_OPEN,
+ FILE_INHERIT,
FILE_INSTANCE,
FILE_ADD_FAVORITE,
FILE_REMOVE_FAVORITE,