You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Make rulers on by default
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user