wrote documentation for spritesheet, and worked on adding spritesheet to graphics config

This commit is contained in:
herbglitch 2025-03-19 05:13:11 -06:00
parent bbffbe1cb3
commit 83b87c6d63
9 changed files with 136 additions and 126 deletions

View file

@ -6,7 +6,7 @@
struct ARC_Spritesheet {
SDL_Texture *texture;
uint32_t *size;
uint32_t size;
};
#endif // !ARC_SDL_SPRITESHEET_H_