mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08: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:
parent
e3241d5461
commit
e7968954e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user