summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2019-04-05 10:24:54 -0300
committerJuan Linietsky <reduzio@gmail.com>2019-04-05 10:25:51 -0300
commit19a6a6286a73ed2e95a00f92994851c817d21401 (patch)
treeb8874a359325cb84036073f56fdb364b8ed10118 /editor/plugins/canvas_item_editor_plugin.h
parent4141703b1a47a9772f315431a9e92445ef377840 (diff)
Ability to make CanvasLayers have pseudo 3D depth.
Diffstat (limited to 'editor/plugins/canvas_item_editor_plugin.h')
-rw-r--r--editor/plugins/canvas_item_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/canvas_item_editor_plugin.h b/editor/plugins/canvas_item_editor_plugin.h
index 7b6563944e..4d8c0282fd 100644
--- a/editor/plugins/canvas_item_editor_plugin.h
+++ b/editor/plugins/canvas_item_editor_plugin.h
@@ -171,6 +171,7 @@ private:
ANIM_CLEAR_POSE,
VIEW_CENTER_TO_SELECTION,
VIEW_FRAME_TO_SELECTION,
+ PREVIEW_CANVAS_SCALE,
SKELETON_MAKE_BONES,
SKELETON_CLEAR_BONES,
SKELETON_SHOW_BONES,