mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Add icon, tooltip, rename button in AnimationLibraryEditor for clarity.
This commit is contained in:
parent
3524346689
commit
184b74c93f
2 changed files with 21 additions and 6 deletions
|
|
@ -80,6 +80,9 @@ class AnimationLibraryEditor : public AcceptDialog {
|
|||
StringName file_dialog_animation;
|
||||
StringName file_dialog_library;
|
||||
|
||||
Button *new_library_button = nullptr;
|
||||
Button *load_library_button = nullptr;
|
||||
|
||||
AcceptDialog *error_dialog = nullptr;
|
||||
bool adding_animation = false;
|
||||
StringName adding_animation_to_library;
|
||||
|
|
@ -108,6 +111,7 @@ class AnimationLibraryEditor : public AcceptDialog {
|
|||
bool updating = false;
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
void _update_editor(Object *p_mixer);
|
||||
static void _bind_methods();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue