You've already forked godot
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user