now using unrestricted font
This commit is contained in:
parent
e2435a0236
commit
ef26d240ac
3 changed files with 2 additions and 2 deletions
4
Engine.c
4
Engine.c
|
@ -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
BIN
assets/kong.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue