we using Mecha font by Captain Falcon now; Free fonts ftw

This commit is contained in:
Iris Lightshard 2019-03-17 00:32:12 -07:00
parent e4793cd973
commit 2dc34585f6
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
4 changed files with 4 additions and 1 deletions

View file

@ -293,7 +293,8 @@ int init(int argc, char* args[])
menuBG = newRoom("assets/img/backgrounds/mainmenu.png", 1); menuBG = newRoom("assets/img/backgrounds/mainmenu.png", 1);
font = TTF_OpenFont("assets/charriot.ttf", 10); //font = TTF_OpenFont("assets/ocr-b.pxl8.ttf", 9);
font = TTF_OpenFont("assets/mecha.ttf", 13);
saveMenu = loadImage("assets/img/windows/saveMenu.gif"); saveMenu = loadImage("assets/img/windows/saveMenu.gif");
textBoxBG = loadImage("assets/img/windows/textBox.gif"); textBoxBG = loadImage("assets/img/windows/textBox.gif");

View file

@ -1,6 +1,8 @@
Copyright (c) 2019, Derek Stevens Copyright (c) 2019, Derek Stevens
nilix@nilfm.cc nilix@nilfm.cc
Mecha font (c) Captain Falcon (Captain Falcon on daFont)
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: modification, are permitted provided that the following conditions are met:

Binary file not shown.

BIN
assets/mecha.ttf Normal file

Binary file not shown.