1
0
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:
Juan Linietsky
2016-08-03 11:28:20 -03:00
parent 01ac237ab7
commit d8af6330e5
15 changed files with 1019 additions and 109 deletions

View File

@@ -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 {