sprite documentation added as well as copy function

This commit is contained in:
herbglitch 2023-01-02 19:59:26 -07:00
parent f337113932
commit 8d5190e405
4 changed files with 58 additions and 18 deletions

View file

@ -8,8 +8,7 @@
struct ARC_Sprite {
ARC_Spritesheet *spritesheet;
ARC_Rect *frames;
uint32_t *frameSize;
ARC_Array *frames;
uint32_t *frameIndex;
};