Text with SFont, unfinished. Also merged in some Makefile tweaks by xeron

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@318 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-10-29 20:04:25 +00:00
parent a6ab2465fc
commit bd23cc6f76
8 changed files with 135 additions and 53 deletions

View File

@@ -660,7 +660,7 @@ int main(__attribute__((unused)) int argc, __attribute__((unused)) char *argv[])
SDL_EnableUNICODE(SDL_ENABLE);
/* On initialise SFont */
MyFont = SFont_InitFont(IMG_Load("8pxfont.png"));
MyFont = SFont_InitFont(IMG_Load("fonts/8pxfont.png"));
if(MyFont==NULL)
{