Minor changes to the AnimationPlayer editor.

This commit is contained in:
Michael Alexsander Silva Dias 2018-06-09 15:49:16 -03:00
parent 22dac831bc
commit 02181292b8
4 changed files with 47 additions and 9 deletions

View file

@ -1684,6 +1684,8 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor, AnimationPlay
//tool_anim->get_popup()->add_separator();
//tool_anim->get_popup()->add_item("Edit Anim Resource",TOOL_PASTE_ANIM);
hb->add_child(memnew(VSeparator));
track_editor = memnew(AnimationTrackEditor);
hb->add_child(track_editor->get_edit_menu());