summaryrefslogtreecommitdiff
path: root/tools/editor/scene_tree_editor.h
diff options
context:
space:
mode:
authormarynate <mary.w.nate@gmail.com>2014-05-08 13:43:19 +0800
committermarynate <mary.w.nate@gmail.com>2014-05-08 13:46:10 +0800
commit2f5c0e41b59b9eac7a44708a0ad3c3d056d04921 (patch)
tree4818f82f199a86328878aeac486328e545844d82 /tools/editor/scene_tree_editor.h
parent2495df4ffce5ed3f9d94e0d10801fa6bb6cfba19 (diff)
Add lock and group icon to scene tree editor
Diffstat (limited to 'tools/editor/scene_tree_editor.h')
-rw-r--r--tools/editor/scene_tree_editor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/editor/scene_tree_editor.h b/tools/editor/scene_tree_editor.h
index fafaffc10c..19375ba638 100644
--- a/tools/editor/scene_tree_editor.h
+++ b/tools/editor/scene_tree_editor.h
@@ -46,7 +46,9 @@ class SceneTreeEditor : public Control {
enum {
BUTTON_SUBSCENE=0,
BUTTON_VISIBILITY=1,
- BUTTON_SCRIPT=2
+ BUTTON_SCRIPT=2,
+ BUTTON_LOCK=3,
+ BUTTON_GROUP=4,
};
Tree *tree;