You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Allow changing keys for imported AnimationLibraries in the editor
This commit is contained in:
@@ -668,7 +668,7 @@ void AnimationLibraryEditor::update_tree() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libitem->set_editable(0, !animation_library_is_foreign);
|
libitem->set_editable(0, true);
|
||||||
libitem->set_metadata(0, K);
|
libitem->set_metadata(0, K);
|
||||||
libitem->set_icon(0, get_editor_theme_icon("AnimationLibrary"));
|
libitem->set_icon(0, get_editor_theme_icon("AnimationLibrary"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user