summaryrefslogtreecommitdiffstats
path: root/editor/plugins/shader_editor_plugin.h
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2020-09-10 21:25:00 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2021-05-22 14:41:55 +0100
commit00e10a842f0fdffa79ba60700b0dce3221492576 (patch)
tree4f6ac928c2f1bdc0e24860b8474c8d991c366a41 /editor/plugins/shader_editor_plugin.h
parent1cc8cc96cbbe5f2ba6614bed8cc69633f4c363d5 (diff)
downloadredot-engine-00e10a842f0fdffa79ba60700b0dce3221492576.tar.gz
Add custom background line colour to TextEdit and remove marked lines
Diffstat (limited to 'editor/plugins/shader_editor_plugin.h')
-rw-r--r--editor/plugins/shader_editor_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/shader_editor_plugin.h b/editor/plugins/shader_editor_plugin.h
index 731c0a5b7e..28e993027a 100644
--- a/editor/plugins/shader_editor_plugin.h
+++ b/editor/plugins/shader_editor_plugin.h
@@ -44,6 +44,8 @@
class ShaderTextEditor : public CodeTextEditor {
GDCLASS(ShaderTextEditor, CodeTextEditor);
+ Color marked_line_color = Color(1, 1, 1);
+
Ref<CodeHighlighter> syntax_highlighter;
Ref<Shader> shader;