You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Add duplicate animation
Co-authored-by: Nonunknown <nonunknown777@gmail.com>
This commit is contained in:
@@ -121,6 +121,7 @@ class SpriteFramesEditor : public HSplitContainer {
|
||||
Vector<int> selection;
|
||||
|
||||
Button *add_anim = nullptr;
|
||||
Button *duplicate_anim = nullptr;
|
||||
Button *delete_anim = nullptr;
|
||||
SpinBox *anim_speed = nullptr;
|
||||
Button *anim_loop = nullptr;
|
||||
@@ -210,6 +211,7 @@ class SpriteFramesEditor : public HSplitContainer {
|
||||
void _animation_selected();
|
||||
void _animation_name_edited();
|
||||
void _animation_add();
|
||||
void _animation_duplicate();
|
||||
void _animation_remove();
|
||||
void _animation_remove_confirmed();
|
||||
void _animation_search_text_changed(const String &p_text);
|
||||
|
||||
Reference in New Issue
Block a user