You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Add GradientTexture2D editor plugin
This commit is contained in:
@@ -149,6 +149,7 @@
|
||||
#include "editor/plugins/gpu_particles_3d_editor_plugin.h"
|
||||
#include "editor/plugins/gpu_particles_collision_sdf_editor_plugin.h"
|
||||
#include "editor/plugins/gradient_editor_plugin.h"
|
||||
#include "editor/plugins/gradient_texture_2d_editor_plugin.h"
|
||||
#include "editor/plugins/input_event_editor_plugin.h"
|
||||
#include "editor/plugins/light_occluder_2d_editor_plugin.h"
|
||||
#include "editor/plugins/lightmap_gi_editor_plugin.h"
|
||||
@@ -7029,6 +7030,7 @@ EditorNode::EditorNode() {
|
||||
add_editor_plugin(memnew(SubViewportPreviewEditorPlugin));
|
||||
add_editor_plugin(memnew(TextControlEditorPlugin));
|
||||
add_editor_plugin(memnew(ControlEditorPlugin));
|
||||
add_editor_plugin(memnew(GradientTexture2DEditorPlugin));
|
||||
|
||||
for (int i = 0; i < EditorPlugins::get_plugin_count(); i++) {
|
||||
add_editor_plugin(EditorPlugins::create(i));
|
||||
|
||||
Reference in New Issue
Block a user