Start atlas

This commit is contained in:
2025-06-01 22:13:02 +02:00
parent 96a9a45c20
commit 84805b92cb
64 changed files with 954 additions and 243 deletions

View File

@@ -11,7 +11,7 @@
#define fontCount 4
typedef struct {
typedef struct BitmapFont {
SDL_Texture *texture[256];
SDL_Surface *surface[256];
uint8_t size;