This commit is contained in:
2025-06-07 00:57:00 +02:00
parent d4665c4e9b
commit 64cac7578d
100 changed files with 464 additions and 169 deletions

View File

@@ -10,7 +10,6 @@ SDL_Texture *atlasTexture;
int tileIndex16 = 0, quadrantIndex16 = 0;
int tileIndex32 = 0;
#define MAX_RECTS 256
int allocatedRectCount = 0;
SDL_Rect allocatedRects[MAX_RECTS];