Fix font path
This commit is contained in:
parent
417d17751c
commit
e4b894e23d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue