Add ability to embed font.

This commit is contained in:
2023-11-13 18:19:25 -08:00
parent 2f3cab6310
commit df8d7164bb
3 changed files with 48 additions and 13 deletions

View File

@@ -2,11 +2,11 @@
#define SETTINGS_H_SENTRY
#ifndef WINDOW_WIDTH
#define WINDOW_WIDTH 800
#define WINDOW_WIDTH 1000
#endif
#ifndef WINDOW_HEIGHT
#define WINDOW_HEIGHT 600
#define WINDOW_HEIGHT 650
#endif
#ifndef FPS
@@ -21,4 +21,8 @@
#define ENABLE_FPS 0
#endif
#ifndef EMBED_FONTS
#define EMBED_FONTS 0
#endif
#endif