You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user