Improve things

This commit is contained in:
2025-02-05 22:32:31 +01:00
parent 9837729656
commit 2a2313dff7
6 changed files with 296 additions and 12 deletions

View File

@@ -11,6 +11,7 @@
typedef struct {
SDL_Texture *texture[256];
SDL_Surface *surface[256];
uint8_t size;
SDL_Color color;
} BitmapFont;