You've already forked godot
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:
@@ -38,7 +38,6 @@ class GradientEditorPlugin : public EditorPlugin {
|
||||
|
||||
GDCLASS(GradientEditorPlugin, EditorPlugin);
|
||||
|
||||
bool _2d;
|
||||
Ref<Gradient> gradient_ref;
|
||||
GradientEdit *ramp_editor;
|
||||
EditorNode *editor;
|
||||
|
||||
Reference in New Issue
Block a user