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

Added link to docs for shader editor

This commit is contained in:
Yuri Roubinski
2019-08-02 17:03:45 +03:00
parent e088358ca1
commit 770ce20ea3
2 changed files with 12 additions and 2 deletions

View File

@@ -94,13 +94,13 @@ class ShaderEditor : public PanelContainer {
BOOKMARK_GOTO_NEXT,
BOOKMARK_GOTO_PREV,
BOOKMARK_REMOVE_ALL,
HELP_DOCS,
};
MenuButton *edit_menu;
MenuButton *search_menu;
MenuButton *bookmarks_menu;
MenuButton *settings_menu;
MenuButton *help_menu;
PopupMenu *context_menu;
uint64_t idle;