GradientTexture now uses a Gradient

- Added gradient property
- Deleted duplicate code
This commit is contained in:
Marc Gilleron 2017-06-24 21:28:22 +02:00
parent 78468906ab
commit 2bb1638b0a
7 changed files with 36 additions and 842 deletions

View file

@ -38,7 +38,6 @@ class GradientEditorPlugin : public EditorPlugin {
GDCLASS(GradientEditorPlugin, EditorPlugin);
bool _2d;
Ref<Gradient> gradient_ref;
GradientEdit *ramp_editor;
EditorNode *editor;