You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Change default gizmo visibility and icons
This commit is contained in:
@@ -754,9 +754,9 @@ class EditorSpatialGizmoPlugin : public Resource {
|
||||
GDCLASS(EditorSpatialGizmoPlugin, Resource);
|
||||
|
||||
public:
|
||||
static const int ON_TOP = 0;
|
||||
static const int VISIBLE = 1;
|
||||
static const int HIDDEN = 2;
|
||||
static const int VISIBLE = 0;
|
||||
static const int HIDDEN = 1;
|
||||
static const int ON_TOP = 2;
|
||||
|
||||
private:
|
||||
int current_state;
|
||||
|
||||
Reference in New Issue
Block a user