Forgot to add font to repo
This commit is contained in:
parent
c2f215f555
commit
8082423e0c
BIN
breakout/assets/font_main.ttf
Normal file
BIN
breakout/assets/font_main.ttf
Normal file
Binary file not shown.
@ -238,7 +238,7 @@ int main(void) {
|
|||||||
* ----------------
|
* ----------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
TTF_Font* font_main = TTF_OpenFont("font_main.ttf", 24);
|
TTF_Font* font_main = TTF_OpenFont("assets/font_main.ttf", 24);
|
||||||
if (font_main == NULL) {
|
if (font_main == NULL) {
|
||||||
printf("[FAILED] Unable to load font\n");
|
printf("[FAILED] Unable to load font\n");
|
||||||
return 5;
|
return 5;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user