diff options
author | Geequlim <geequlim@gmail.com> | 2017-01-15 18:56:30 +0800 |
---|---|---|
committer | Geequlim <geequlim@gmail.com> | 2017-01-15 18:56:37 +0800 |
commit | 65db43d5ae1c80299e7cbfffbd7728241861f741 (patch) | |
tree | a03a80f28a404f40d702efdcfa148792cf1e1272 /tools/editor/scene_tree_dock.h | |
parent | 82d087638dcaa889dcae134319b597908eca238b (diff) |
Add 'Copy Node Path' action to right mouse menu
Diffstat (limited to 'tools/editor/scene_tree_dock.h')
-rw-r--r-- | tools/editor/scene_tree_dock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/scene_tree_dock.h b/tools/editor/scene_tree_dock.h index 0699da3474..2ee7ba3d06 100644 --- a/tools/editor/scene_tree_dock.h +++ b/tools/editor/scene_tree_dock.h @@ -68,6 +68,7 @@ class SceneTreeDock : public VBoxContainer { TOOL_MERGE_FROM_SCENE, TOOL_MULTI_EDIT, TOOL_ERASE, + TOOL_COPY_NODE_PATH, TOOL_BUTTON_MAX }; |