mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Update asset library editor plugin - new functionality and fixes
This commit is contained in:
parent
ce328ce99b
commit
e4a24812cd
4 changed files with 437 additions and 232 deletions
|
|
@ -61,7 +61,7 @@
|
|||
#include "plugins/sprite_frames_editor_plugin.h"
|
||||
#include "plugins/texture_region_editor_plugin.h"
|
||||
#include "plugins/canvas_item_editor_plugin.h"
|
||||
#include "addon_editor_plugin.h"
|
||||
#include "asset_library_editor_plugin.h"
|
||||
#include "plugins/spatial_editor_plugin.h"
|
||||
#include "plugins/sample_editor_plugin.h"
|
||||
#include "plugins/texture_editor_plugin.h"
|
||||
|
|
@ -6378,7 +6378,7 @@ EditorNode::EditorNode() {
|
|||
add_editor_plugin( memnew( CanvasItemEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( SpatialEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( ScriptEditorPlugin(this) ) );
|
||||
//add_editor_plugin( memnew( AddonEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( AssetLibraryEditorPlugin(this) ) );
|
||||
|
||||
//more visually meaningful to have this later
|
||||
raise_bottom_panel_item(AnimationPlayerEditor::singleton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue