Replaced cheeseburger.tff with a free font

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1509 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-04-10 12:18:09 +00:00
parent 4c2899876e
commit fd483a9bf2
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -41,7 +41,7 @@ int main()
// Load the text font
sf::Font font;
if (!font.LoadFromFile("datas/pong/cheeseburger.ttf"))
if (!font.LoadFromFile("datas/pong/sansation.ttf"))
return EXIT_FAILURE;
// Initialize the end text

View File

@ -108,7 +108,7 @@ int main()
// Load the text font
sf::Font font;
if (!font.LoadFromFile("datas/shader/arial.ttf"))
if (!font.LoadFromFile("datas/shader/sansation.ttf"))
return EXIT_FAILURE;
// Load the image needed for the wave shader