You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user