omg cant even load font...

Previous topic - Next topic

deathtolls

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??

Schranz0r

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

Code (glbasic) Select
LOADFONT "name.bmp",1set the Font with:

Code (glbasic) Select
SETFONT 1
I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

deathtolls

aight now i get it Thankx alot