1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Change color of AnimationPlayer curve to "highlight"

This is to be consistent with Curve editor and to be less confusing
related to tangent lines color.
This commit is contained in:
Mateus Felipe C. C. Pinto
2018-12-18 13:46:03 -02:00
parent e3241d5461
commit e7968954e8

View File

@@ -408,7 +408,8 @@ void AnimationBezierTrackEdit::_notification(int p_what) {
}
//draw edited curve
_draw_track(track, accent);
const Color highlight = get_color("highlight_color", "Editor");
_draw_track(track, highlight);
}
//draw editor handles