You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Expose state machine focus color to theming
This commit is contained in:
@@ -117,6 +117,7 @@ class AnimationNodeStateMachineEditor : public AnimationTreeNodeEditorPlugin {
|
||||
Color transition_icon_disabled_color;
|
||||
Color highlight_color;
|
||||
Color highlight_disabled_color;
|
||||
Color focus_color;
|
||||
Color guideline_color;
|
||||
|
||||
Ref<Texture2D> transition_icons[6]{};
|
||||
|
||||
Reference in New Issue
Block a user