Fix font path

This commit is contained in:
Elnu 2022-03-06 09:59:10 -08:00
parent 417d17751c
commit e4b894e23d

View file

@ -163,7 +163,7 @@ int main()
int score = 0; int score = 0;
sf::Font font; sf::Font font;
font.loadFromFile("../res/stripped.ttf"); font.loadFromFile("../res/font.ttf");
sf::Text text; sf::Text text;
text.setFont(font); text.setFont(font);