1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Start working on script editor help

This commit is contained in:
marynate
2014-05-05 21:59:18 +08:00
parent e27bc784dd
commit 145b8c5e6f
3 changed files with 24 additions and 2 deletions

View File

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