diff options
author | Derek Stevens <nilix@nilfm.cc> | 2019-03-17 00:32:12 -0700 |
---|---|---|
committer | Derek Stevens <nilix@nilfm.cc> | 2019-03-17 00:32:12 -0700 |
commit | 2dc34585f6dc4daff35358fcd36a7251ddf3e83c (patch) | |
tree | 277175b1a4c9f0025f71942e71bae1d95a9c0354 | |
parent | e4793cd973d31916a365c2d54723bd88771aa3ac (diff) |
we using Mecha font by Captain Falcon now; Free fonts ftw
-rw-r--r-- | Engine.c | 3 | ||||
-rwxr-xr-x | LICENSE | 2 | ||||
-rw-r--r-- | assets/charriot.ttf | bin | 16240 -> 0 bytes | |||
-rw-r--r-- | assets/mecha.ttf | bin | 0 -> 21704 bytes |
4 files changed, 4 insertions, 1 deletions
@@ -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"); @@ -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 Binary files differdeleted file mode 100644 index 88df6fe..0000000 --- a/assets/charriot.ttf +++ /dev/null diff --git a/assets/mecha.ttf b/assets/mecha.ttf Binary files differnew file mode 100644 index 0000000..405abcb --- /dev/null +++ b/assets/mecha.ttf |