diff options
| author | marynate | 2014-05-05 21:59:18 +0800 |
|---|---|---|
| committer | marynate | 2014-05-06 19:20:59 +0800 |
| commit | 145b8c5e6fb755a2454312dc6f49ca50ff5175b2 (patch) | |
| tree | 48db04e1768d5e5ffdeb70b4054006f121cbf7e1 /tools/editor/plugins/script_editor_plugin.h | |
| parent | e27bc784ddb71423792f58e88266680d63f4d237 (diff) | |
| download | godot-145b8c5e6fb755a2454312dc6f49ca50ff5175b2.tar.gz godot-145b8c5e6fb755a2454312dc6f49ca50ff5175b2.tar.zst godot-145b8c5e6fb755a2454312dc6f49ca50ff5175b2.zip | |
Start working on script editor help
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.h')
| -rw-r--r-- | tools/editor/plugins/script_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h index e0cf3c1a4..af1fe1c6c 100644 --- a/tools/editor/plugins/script_editor_plugin.h +++ b/tools/editor/plugins/script_editor_plugin.h @@ -133,6 +133,7 @@ class ScriptEditor : public VBoxContainer { DEBUG_BREAK, DEBUG_CONTINUE, DEBUG_SHOW, + HELP_SELECTED, WINDOW_CLOSE, WINDOW_MOVE_LEFT, WINDOW_MOVE_RIGHT, @@ -145,6 +146,7 @@ class ScriptEditor : public VBoxContainer { MenuButton *search_menu; MenuButton *window_menu; MenuButton *debug_menu; + MenuButton *help_menu; uint64_t idle; TabContainer *tab_container; |
