GradientTexture now uses a Gradient
- Added gradient property - Deleted duplicate code
This commit is contained in:
parent
78468906ab
commit
2bb1638b0a
7 changed files with 36 additions and 842 deletions
|
|
@ -38,7 +38,6 @@ class GradientEditorPlugin : public EditorPlugin {
|
|||
|
||||
GDCLASS(GradientEditorPlugin, EditorPlugin);
|
||||
|
||||
bool _2d;
|
||||
Ref<Gradient> gradient_ref;
|
||||
GradientEdit *ramp_editor;
|
||||
EditorNode *editor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue