aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/spatial_editor_plugin.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-10-16 00:06:34 -0300
committerJuan Linietsky2014-10-16 00:06:34 -0300
commit371eac9beffdfe416b8555ee006baf0ffae2bef3 (patch)
treebfb0f6dc2a0a4812d69a8aa9902ad0c42021a522 /tools/editor/plugins/spatial_editor_plugin.h
parent6e87c80e41857fe4f151cdeb8b9a7206c226bd8f (diff)
downloadgodot-371eac9beffdfe416b8555ee006baf0ffae2bef3.tar.gz
godot-371eac9beffdfe416b8555ee006baf0ffae2bef3.tar.zst
godot-371eac9beffdfe416b8555ee006baf0ffae2bef3.zip
-added custom metadata to physics shapes (2D only for now)
-gizmos are not displayed in camera preview
Diffstat (limited to '')
-rw-r--r--tools/editor/plugins/spatial_editor_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/tools/editor/plugins/spatial_editor_plugin.h
index 797ef0809..1fdc97c49 100644
--- a/tools/editor/plugins/spatial_editor_plugin.h
+++ b/tools/editor/plugins/spatial_editor_plugin.h
@@ -87,7 +87,8 @@ friend class SpatialEditor;
public:
enum {
GIZMO_BASE_LAYER=27,
- GIZMO_EDIT_LAYER=26
+ GIZMO_EDIT_LAYER=26,
+ GIZMO_GRID_LAYER=25
};
private:
int index;