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

Merge pull request #19475 from YeldhamDev/animplayer_cosmetic

Minor changes to the AnimationPlayer editor
This commit is contained in:
Max Hilbrunner
2018-07-05 04:25:04 +02:00
committed by GitHub
4 changed files with 47 additions and 9 deletions

View File

@@ -1697,6 +1697,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());