1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

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());