Remember frames when selecting SpriteFrame frames

This commit is contained in:
Leul Mulugeta 2024-02-12 22:49:49 +03:00
parent 7d80635fce
commit effad7be0c
2 changed files with 17 additions and 12 deletions

View file

@ -167,6 +167,8 @@ class SpriteFramesEditor : public HSplitContainer {
bool frames_need_sort = false;
int last_frame_selected = 0;
Size2i previous_texture_size;
float scale_ratio;
int thumbnail_default_size;
float thumbnail_zoom;