Edited font_path for convenience

This commit is contained in:
Pradana AUMARS 2021-06-28 22:26:56 +02:00
parent 45df3ec812
commit 54c5f78370
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "score.h"
static const char font_path[] = "assets/LiberationMono-Bold.ttf";
static const char font_path[] = "src/assets/LiberationMono-Bold.ttf";
Score*
Score_init(int posX, int posY) {