You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-Show proper node name in subcall
-Implemented Ctrl-F to focus script type search
This commit is contained in:
@@ -24,7 +24,8 @@ class VisualScriptEditor : public ScriptEditorBase {
|
||||
|
||||
enum {
|
||||
EDIT_DELETE_NODES,
|
||||
EDIT_TOGGLE_BREAKPOINT
|
||||
EDIT_TOGGLE_BREAKPOINT,
|
||||
EDIT_FIND_NODE_TYPE,
|
||||
};
|
||||
|
||||
MenuButton *edit_menu;
|
||||
|
||||
Reference in New Issue
Block a user