1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Consolidate Shader Menu in plugin

This commit is contained in:
Logan Detrick
2025-04-09 02:58:25 -07:00
parent a8598cd8e2
commit 07c91e80f6
3 changed files with 75 additions and 43 deletions

View File

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