mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Extract and reorganize texture resource classes
This commit is contained in:
parent
0f7625ab46
commit
7e21eb7e00
106 changed files with 5018 additions and 4257 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_scale.h"
|
||||
#include "editor/editor_undo_redo_manager.h"
|
||||
#include "scene/resources/gradient_texture.h"
|
||||
|
||||
void GradientEditor::set_gradient(const Ref<Gradient> &p_gradient) {
|
||||
gradient = p_gradient;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue