aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorMarc Gilleron2017-06-24 21:28:22 +0200
committerMarc Gilleron2017-06-24 21:50:44 +0200
commit2bb1638b0a34f4f298e2db18354ea3aec3d63f61 (patch)
tree62497e95f8e64960caf7c632af7405d85d8f88ef /editor/editor_node.cpp
parent78468906abe7cda14a723aca634da1142a44fcc9 (diff)
downloadgodot-2bb1638b0a34f4f298e2db18354ea3aec3d63f61.tar.gz
godot-2bb1638b0a34f4f298e2db18354ea3aec3d63f61.tar.zst
godot-2bb1638b0a34f4f298e2db18354ea3aec3d63f61.zip
GradientTexture now uses a Gradient
- Added gradient property - Deleted duplicate code
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 2b29e4b08..04257b8cd 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -77,7 +77,6 @@
#include "plugins/curve_editor_plugin.h"
#include "plugins/gi_probe_editor_plugin.h"
#include "plugins/gradient_editor_plugin.h"
-#include "plugins/gradient_texture_editor_plugin.h"
#include "plugins/item_list_editor_plugin.h"
#include "plugins/light_occluder_2d_editor_plugin.h"
#include "plugins/line_2d_editor_plugin.h"
@@ -6112,7 +6111,6 @@ EditorNode::EditorNode() {
add_editor_plugin(memnew(LightOccluder2DEditorPlugin(this)));
add_editor_plugin(memnew(NavigationPolygonEditorPlugin(this)));
add_editor_plugin(memnew(GradientEditorPlugin(this)));
- add_editor_plugin(memnew(GradientTextureEditorPlugin(this)));
add_editor_plugin(memnew(CollisionShape2DEditorPlugin(this)));
add_editor_plugin(memnew(CurveEditorPlugin(this)));
add_editor_plugin(memnew(TextureEditorPlugin(this)));