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