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

Refactor toggling script list

This commit is contained in:
kobewi
2022-07-31 23:07:10 +02:00
parent f648de1a83
commit b4c92dbd0e
7 changed files with 33 additions and 14 deletions

View File

@@ -40,6 +40,7 @@ class ShaderCreateDialog;
class ShaderEditor;
class TabContainer;
class TextShaderEditor;
class VBoxContainer;
class VisualShaderEditor;
class WindowWrapper;
@@ -82,6 +83,7 @@ class ShaderEditorPlugin : public EditorPlugin {
};
HSplitContainer *main_split = nullptr;
VBoxContainer *left_panel = nullptr;
ItemList *shader_list = nullptr;
TabContainer *shader_tabs = nullptr;