sprite documentation added as well as copy function
This commit is contained in:
parent
f337113932
commit
8d5190e405
4 changed files with 58 additions and 18 deletions
|
|
@ -8,8 +8,7 @@
|
|||
|
||||
struct ARC_Sprite {
|
||||
ARC_Spritesheet *spritesheet;
|
||||
ARC_Rect *frames;
|
||||
uint32_t *frameSize;
|
||||
ARC_Array *frames;
|
||||
uint32_t *frameIndex;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue