You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Hide Animation Frames section when there are no animations and show message
This commit is contained in:
@@ -127,6 +127,9 @@ class SpriteFramesEditor : public HSplitContainer {
|
||||
LineEdit *anim_search_box = nullptr;
|
||||
Tree *animations = nullptr;
|
||||
|
||||
Label *missing_anim_label = nullptr;
|
||||
VBoxContainer *anim_frames_vb = nullptr;
|
||||
|
||||
EditorFileDialog *file = nullptr;
|
||||
|
||||
AcceptDialog *dialog = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user