diff options
| author | Juan Linietsky | 2014-10-16 00:06:34 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-10-16 00:06:34 -0300 |
| commit | 371eac9beffdfe416b8555ee006baf0ffae2bef3 (patch) | |
| tree | bfb0f6dc2a0a4812d69a8aa9902ad0c42021a522 /tools/editor/plugins/spatial_editor_plugin.h | |
| parent | 6e87c80e41857fe4f151cdeb8b9a7206c226bd8f (diff) | |
| download | godot-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.h | 3 |
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; |
