mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Consolidate Shader Menu in plugin
This commit is contained in:
parent
a8598cd8e2
commit
07c91e80f6
3 changed files with 75 additions and 43 deletions
|
|
@ -84,9 +84,10 @@ class ShaderEditorPlugin : public EditorPlugin {
|
|||
CONTEXT_VALID_ITEM,
|
||||
};
|
||||
|
||||
HSplitContainer *main_split = nullptr;
|
||||
VBoxContainer *left_panel = nullptr;
|
||||
VBoxContainer *main_container = nullptr;
|
||||
HSplitContainer *files_split = nullptr;
|
||||
HBoxContainer *menu_hb = nullptr;
|
||||
Control *menu_spacer = nullptr;
|
||||
|
||||
ItemList *shader_list = nullptr;
|
||||
TabContainer *shader_tabs = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue