mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Improved VS node coloring
This commit is contained in:
parent
3a05bdbaab
commit
60f054d3ac
3 changed files with 30 additions and 11 deletions
|
@ -136,6 +136,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
Vector<Pair<Variant::Type, String> > args;
|
||||
};
|
||||
|
||||
HashMap<StringName, Ref<StyleBox>, StringNameHasher> node_styles;
|
||||
StringName edited_func;
|
||||
|
||||
void _update_graph_connections();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue