diff options
Diffstat (limited to 'editor/plugins/sprite_frames_editor_plugin.h')
-rw-r--r-- | editor/plugins/sprite_frames_editor_plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/plugins/sprite_frames_editor_plugin.h b/editor/plugins/sprite_frames_editor_plugin.h index 9317e94be0..a53f8f73d9 100644 --- a/editor/plugins/sprite_frames_editor_plugin.h +++ b/editor/plugins/sprite_frames_editor_plugin.h @@ -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; |