diff options
author | JFonS <joan.fonssanchez@gmail.com> | 2019-03-12 00:30:50 +0100 |
---|---|---|
committer | JFonS <joan.fonssanchez@gmail.com> | 2019-03-12 00:30:50 +0100 |
commit | 2658e5d03d86034cf926584ed3d4a63f5e9d7329 (patch) | |
tree | 7323f4cbf4853975dcd98c275c527ba46f067935 /editor/plugins/path_editor_plugin.h | |
parent | 59aa79f2182c070a7f2c274072da50a5a2934e70 (diff) | |
download | redot-engine-2658e5d03d86034cf926584ed3d4a63f5e9d7329.tar.gz |
Add priority to gizmos and fix small issues
User defined gizmos will haave higher preference than editor gizmos by
default. Also fixed some inconsistencies in the gizmos menu when using
custom gizmos.
Diffstat (limited to 'editor/plugins/path_editor_plugin.h')
-rw-r--r-- | editor/plugins/path_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/path_editor_plugin.h b/editor/plugins/path_editor_plugin.h index ce3d3799d4..5482d09377 100644 --- a/editor/plugins/path_editor_plugin.h +++ b/editor/plugins/path_editor_plugin.h @@ -62,6 +62,7 @@ protected: public: String get_name() const; + int get_priority() const; PathSpatialGizmoPlugin(); }; |