Why can't I load a font? see here:
// --------------------------------- //
// Project: PEANUT BUTTER JELLY TIME!
// Start: Sunday, April 29, 2007
// IDE Version: 4.091
// DEMO-VERSION:
// Missing features:
// No time limit in playing your game
// No Watermark in Executables
PRINT "PEANUTBUTTER JELLY TIME" ,200,200
LOADFONT "smalfont.bmp", 1
SETFONT 1
PRINT "some text" ,100,100
SHOWSCREEN
MOUSEWAIT
END
I used the sample font.
help??
can you Upload all files ziped, an post the link ?
Than i can help you.
Basicly, you can make a Font with Werkzeuge/Zeichensatz-creator.
Save it to the path of youre .gbas-folder, and Klick OK!
Now load the Font with
LOADFONT "name.bmp",1
set the Font with:
SETFONT 1
aight now i get it Thankx alot