Add inspector plugin for key time edit & Change find key argument
This commit is contained in:
parent
291add339f
commit
060fb2d093
19 changed files with 1537 additions and 1411 deletions
|
|
@ -7262,6 +7262,7 @@ EditorNode::EditorNode() {
|
|||
gui_base->add_child(disk_changed);
|
||||
|
||||
add_editor_plugin(memnew(AnimationPlayerEditorPlugin));
|
||||
add_editor_plugin(memnew(AnimationTrackKeyEditEditorPlugin));
|
||||
add_editor_plugin(memnew(CanvasItemEditorPlugin));
|
||||
add_editor_plugin(memnew(Node3DEditorPlugin));
|
||||
add_editor_plugin(memnew(ScriptEditorPlugin));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue