[Change] moved FreeSans.ttf to font.ttf simply to make things more comfortable later.

This commit is contained in:
Allanis 2013-02-17 17:37:16 +00:00
parent 326b475923
commit 9899458f91
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define SCREEN_W gl_screen.w
#define SCREEN_H gl_screen.h
#define FONT_DEF "../gfx/fonts/FreeSans.ttf"
#define FONT_DEF "../gfx/fonts/font.ttf"
// Default colors.
glColour cGrey = { .r = 0.75, .g = 0.75, .b = 0.75, .a = 1 };