diff --git a/Engine.c b/Engine.c index 36c7d32..d28e49b 100644 --- a/Engine.c +++ b/Engine.c @@ -266,8 +266,8 @@ int init(int argc, char* args[]) bg = loadImage("assets/seethruzone.png"); hpwedge = loadImage("assets/hp.png"); - font = TTF_OpenFont("assets/charriot.ttf", 10); - font2 = TTF_OpenFont("assets/charriot.ttf", 20); + font = TTF_OpenFont("assets/kong.ttf", 8); + font2 = TTF_OpenFont("assets/kong.ttf", 16); player = newCatbug(35, 90); stuff = malloc(10*sizeof(Pickup*)); diff --git a/assets/charriot.ttf b/assets/charriot.ttf deleted file mode 100644 index 88df6fe..0000000 Binary files a/assets/charriot.ttf and /dev/null differ diff --git a/assets/kong.ttf b/assets/kong.ttf new file mode 100644 index 0000000..5e4d65f Binary files /dev/null and b/assets/kong.ttf differ