You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Add an inspector preview for BitMap
This commit is contained in:
@@ -134,6 +134,7 @@
|
||||
#include "editor/plugins/asset_library_editor_plugin.h"
|
||||
#include "editor/plugins/audio_stream_editor_plugin.h"
|
||||
#include "editor/plugins/audio_stream_randomizer_editor_plugin.h"
|
||||
#include "editor/plugins/bit_map_editor_plugin.h"
|
||||
#include "editor/plugins/camera_3d_editor_plugin.h"
|
||||
#include "editor/plugins/canvas_item_editor_plugin.h"
|
||||
#include "editor/plugins/collision_polygon_2d_editor_plugin.h"
|
||||
@@ -7066,6 +7067,7 @@ EditorNode::EditorNode() {
|
||||
add_editor_plugin(memnew(TextControlEditorPlugin));
|
||||
add_editor_plugin(memnew(ControlEditorPlugin));
|
||||
add_editor_plugin(memnew(GradientTexture2DEditorPlugin));
|
||||
add_editor_plugin(memnew(BitMapEditorPlugin));
|
||||
|
||||
for (int i = 0; i < EditorPlugins::get_plugin_count(); i++) {
|
||||
add_editor_plugin(EditorPlugins::create(i));
|
||||
|
||||
Reference in New Issue
Block a user