You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +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_grid = false;
|
||||||
show_helpers = false;
|
show_helpers = false;
|
||||||
show_rulers = false;
|
show_rulers = true;
|
||||||
show_guides = true;
|
show_guides = true;
|
||||||
zoom = 1;
|
zoom = 1;
|
||||||
grid_offset = Point2();
|
grid_offset = Point2();
|
||||||
|
|||||||
Reference in New Issue
Block a user