1
0
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:
Gilles Roudiere
2017-12-04 15:39:12 +01:00
parent 2ab7a0f64c
commit c2a7d186bd

View File

@@ -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();