Add markers to animation
This commit is contained in:
parent
76a135926a
commit
ed13a840fa
18 changed files with 2445 additions and 102 deletions
|
|
@ -7722,6 +7722,7 @@ EditorNode::EditorNode() {
|
|||
|
||||
add_editor_plugin(memnew(AnimationPlayerEditorPlugin));
|
||||
add_editor_plugin(memnew(AnimationTrackKeyEditEditorPlugin));
|
||||
add_editor_plugin(memnew(AnimationMarkerKeyEditEditorPlugin));
|
||||
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