1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

-added custom metadata to physics shapes (2D only for now)

-gizmos are not displayed in camera preview
This commit is contained in:
Juan Linietsky
2014-10-16 00:06:34 -03:00
parent 6e87c80e41
commit 371eac9bef
16 changed files with 86 additions and 6 deletions

View File

@@ -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;