diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-05-07 23:35:23 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-05-11 05:13:29 -0300 |
commit | dcf27c71b75452ce5ca0bb849715ce4304ad694d (patch) | |
tree | 012d591bb4e6e1046acfe5e44885be81b4848303 /editor/filesystem_dock.h | |
parent | 89c37dae490b8072a0997bbcab739c45ecb3044d (diff) | |
download | redot-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.h | 1 |
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, |