parent
a2992d5955
commit
6c27df8df6
9 changed files with 23 additions and 13 deletions
|
|
@ -93,7 +93,7 @@ void AnimationPlayerEditor::_notification(int p_what) {
|
|||
|
||||
if (p_what==NOTIFICATION_ENTER_TREE) {
|
||||
|
||||
editor->connect("hide_animation_player_editors",this,"_hide_anim_editors");
|
||||
// editor->connect("hide_animation_player_editors",this,"_hide_anim_editors");
|
||||
add_anim->set_icon( get_icon("New","EditorIcons") );
|
||||
rename_anim->set_icon( get_icon("Rename","EditorIcons") );
|
||||
duplicate_anim->set_icon( get_icon("Duplicate","EditorIcons") );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue