mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 06:03:38 +00:00
Make rulers on by default
This commit is contained in:
parent
2ab7a0f64c
commit
c2a7d186bd
@ -4314,7 +4314,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
|
||||
|
||||
show_grid = false;
|
||||
show_helpers = false;
|
||||
show_rulers = false;
|
||||
show_rulers = true;
|
||||
show_guides = true;
|
||||
zoom = 1;
|
||||
grid_offset = Point2();
|
||||
|
Loading…
Reference in New Issue
Block a user