claude done anims

This commit is contained in:
2026-02-11 08:35:46 +01:00
parent 74d6b01f1b
commit 6b8cd676a2
4 changed files with 76 additions and 1 deletions
+9
View File
@@ -92,5 +92,14 @@ struct Image
unsigned short height;
};
struct Animation {
unsigned short frame_count;
unsigned short current_frame;
unsigned char frame_delay;
unsigned char frame_progress;
bool is_playing;
bool is_looping;
};
#endif // STRUCTS_H