mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +00:00
More progress on visual script editing
This commit is contained in:
parent
01ac237ab7
commit
d8af6330e5
15 changed files with 1019 additions and 109 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue