Add ability to embed font.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user