You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
More progress on visual script editing
This commit is contained in:
@@ -47,6 +47,14 @@ class VisualScriptEditor : public ScriptEditorBase {
|
||||
Tree *members;
|
||||
Tree *nodes;
|
||||
|
||||
Label *hint_text;
|
||||
Timer *hint_text_timer;
|
||||
|
||||
Label *select_func_text;
|
||||
|
||||
void _show_hint(const String& p_hint);
|
||||
void _hide_timer();
|
||||
|
||||
CreateDialog *select_base_type;
|
||||
|
||||
struct VirtualInMenu {
|
||||
|
||||
Reference in New Issue
Block a user