You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Merge pull request #13959 from groud/editable_rulers_colors
Makes editable the guides color
This commit is contained in:
@@ -2294,7 +2294,7 @@ void CanvasItemEditor::_draw_focus() {
|
|||||||
|
|
||||||
void CanvasItemEditor::_draw_guides() {
|
void CanvasItemEditor::_draw_guides() {
|
||||||
|
|
||||||
Color guide_color = Color(0.6, 0.0, 0.8);
|
Color guide_color = EDITOR_DEF("editors/2d/rulers_color", Color(0.6, 0.0, 0.8));
|
||||||
Transform2D xform = viewport_scrollable->get_transform() * transform;
|
Transform2D xform = viewport_scrollable->get_transform() * transform;
|
||||||
|
|
||||||
// Guides already there
|
// Guides already there
|
||||||
|
|||||||
Reference in New Issue
Block a user