New object type Font.

This commit is contained in:
jussi
2023-10-28 14:15:20 +03:00
parent 23935aefca
commit af03c7364e
12 changed files with 179 additions and 362 deletions

View File

@@ -13,13 +13,8 @@ typedef struct {
bool run;
lua_State *luaState;
Vector2 resolution;
size_t guiFont;
int logLevelInvalid;
/* Resources. */
/* Fonts. */
Font **fonts;
size_t fontCount;
size_t fontAlloc;
/* Sounds. */
Wave **waves;
size_t waveCount;