now using unrestricted font

This commit is contained in:
Iris Lightshard 2019-03-15 00:13:49 -07:00
parent e2435a0236
commit ef26d240ac
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
3 changed files with 2 additions and 2 deletions

View file

@ -266,8 +266,8 @@ int init(int argc, char* args[])
bg = loadImage("assets/seethruzone.png"); bg = loadImage("assets/seethruzone.png");
hpwedge = loadImage("assets/hp.png"); hpwedge = loadImage("assets/hp.png");
font = TTF_OpenFont("assets/charriot.ttf", 10); font = TTF_OpenFont("assets/kong.ttf", 8);
font2 = TTF_OpenFont("assets/charriot.ttf", 20); font2 = TTF_OpenFont("assets/kong.ttf", 16);
player = newCatbug(35, 90); player = newCatbug(35, 90);
stuff = malloc(10*sizeof(Pickup*)); stuff = malloc(10*sizeof(Pickup*));

Binary file not shown.

BIN
assets/kong.ttf Normal file

Binary file not shown.