1
0
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:
passivestar
2024-11-19 01:14:09 +04:00
parent fd4c29a189
commit edd6acdfd4
3 changed files with 4 additions and 1 deletions

View File

@@ -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]{};