added opacity to sprite

This commit is contained in:
herbglitch 2023-09-20 02:24:15 -06:00
parent 267172908a
commit b77b09f22b
6 changed files with 31 additions and 7 deletions

View file

@ -9,6 +9,8 @@ struct ARC_Sprite {
ARC_Spritesheet *spritesheet;
ARC_Array *frames;
uint32_t *frameIndex;
//TODO: temp
uint8_t opacity;
};
#endif // !ARC_SDL