[Change] moved FreeSans.ttf to font.ttf simply to make things more comfortable later.
This commit is contained in:
parent
326b475923
commit
9899458f91
@ -16,7 +16,7 @@
|
|||||||
#define SCREEN_W gl_screen.w
|
#define SCREEN_W gl_screen.w
|
||||||
#define SCREEN_H gl_screen.h
|
#define SCREEN_H gl_screen.h
|
||||||
|
|
||||||
#define FONT_DEF "../gfx/fonts/FreeSans.ttf"
|
#define FONT_DEF "../gfx/fonts/font.ttf"
|
||||||
|
|
||||||
// Default colors.
|
// Default colors.
|
||||||
glColour cGrey = { .r = 0.75, .g = 0.75, .b = 0.75, .a = 1 };
|
glColour cGrey = { .r = 0.75, .g = 0.75, .b = 0.75, .a = 1 };
|
||||||
|
Loading…
Reference in New Issue
Block a user