mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
-Reworked constant nodes better
-Added simple switch node, removed InputEventFilter
This commit is contained in:
parent
028171845f
commit
5567350e1b
8 changed files with 359 additions and 53 deletions
|
@ -3115,6 +3115,7 @@ static void register_editor_callback() {
|
|||
EditorSettings::get_singleton()->set("visual_script_editor/color_operators",Color(0.9,0.9,1.0));
|
||||
EditorSettings::get_singleton()->set("visual_script_editor/color_flow_control",Color(1.0,1.0,0.8));
|
||||
EditorSettings::get_singleton()->set("visual_script_editor/color_custom",Color(0.8,1.0,1.0));
|
||||
EditorSettings::get_singleton()->set("visual_script_editor/color_constants",Color(1.0,0.8,1.0));
|
||||
|
||||
|
||||
ED_SHORTCUT("visual_script_editor/delete_selected", TTR("Delete Selected"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue