diff --git a/Engine.c b/Engine.c index 00a17d2..a514f28 100644 --- a/Engine.c +++ b/Engine.c @@ -293,7 +293,8 @@ int init(int argc, char* args[]) 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"); textBoxBG = loadImage("assets/img/windows/textBox.gif"); diff --git a/LICENSE b/LICENSE index efd6939..7e76662 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,8 @@ Copyright (c) 2019, Derek Stevens nilix@nilfm.cc +Mecha font (c) Captain Falcon (Captain Falcon on daFont) + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 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/mecha.ttf b/assets/mecha.ttf new file mode 100644 index 0000000..405abcb Binary files /dev/null and b/assets/mecha.ttf differ