we using Mecha font by Captain Falcon now; Free fonts ftw
This commit is contained in:
parent
e4793cd973
commit
2dc34585f6
4 changed files with 4 additions and 1 deletions
3
Engine.c
3
Engine.c
|
@ -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");
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -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
BIN
assets/mecha.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue