1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Merge pull request #65276 from aaronfranke/shader

Separate TextShaderEditor and ShaderEditorPlugin into different files
This commit is contained in:
Rémi Verschelde
2022-10-03 09:24:51 +02:00
5 changed files with 1402 additions and 1338 deletions

View File

@@ -49,6 +49,7 @@
#include "editor/find_in_files.h"
#include "editor/node_dock.h"
#include "editor/plugins/shader_editor_plugin.h"
#include "editor/plugins/text_shader_editor.h"
#include "scene/main/window.h"
#include "scene/scene_string_names.h"
#include "script_text_editor.h"