mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Add new editor and default theme (WIP)
This commit is contained in:
parent
5993a5fac9
commit
f045efe007
354 changed files with 8681 additions and 950 deletions
|
@ -490,7 +490,7 @@ void VisualScriptEditor::_update_graph(int p_only_id) {
|
|||
}
|
||||
|
||||
if (EditorSettings::get_singleton()->has("editors/visual_script/color_" + node->get_category())) {
|
||||
gnode->set_modulate(EditorSettings::get_singleton()->get("editors/visual_script/color_" + node->get_category()));
|
||||
gnode->set_self_modulate(EditorSettings::get_singleton()->get("editors/visual_script/color_" + node->get_category()));
|
||||
}
|
||||
|
||||
gnode->set_meta("__vnode", node);
|
||||
|
@ -2833,7 +2833,7 @@ void VisualScriptEditor::_node_filter_changed(const String &p_text) {
|
|||
void VisualScriptEditor::_notification(int p_what) {
|
||||
|
||||
if (p_what == NOTIFICATION_READY) {
|
||||
node_filter_icon->set_texture(Control::get_icon("Zoom", "EditorIcons"));
|
||||
node_filter_icon->set_texture(Control::get_icon("Search", "EditorIcons"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue