1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

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;