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:
parent
4c2899876e
commit
fd483a9bf2
Binary file not shown.
BIN
samples/bin/datas/pong/sansation.ttf
Normal file
BIN
samples/bin/datas/pong/sansation.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
samples/bin/datas/shader/sansation.ttf
Normal file
BIN
samples/bin/datas/shader/sansation.ttf
Normal file
Binary file not shown.
@ -41,7 +41,7 @@ int main()
|
|||||||
|
|
||||||
// Load the text font
|
// Load the text font
|
||||||
sf::Font font;
|
sf::Font font;
|
||||||
if (!font.LoadFromFile("datas/pong/cheeseburger.ttf"))
|
if (!font.LoadFromFile("datas/pong/sansation.ttf"))
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
|
|
||||||
// Initialize the end text
|
// Initialize the end text
|
||||||
|
@ -108,7 +108,7 @@ int main()
|
|||||||
|
|
||||||
// Load the text font
|
// Load the text font
|
||||||
sf::Font font;
|
sf::Font font;
|
||||||
if (!font.LoadFromFile("datas/shader/arial.ttf"))
|
if (!font.LoadFromFile("datas/shader/sansation.ttf"))
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
|
|
||||||
// Load the image needed for the wave shader
|
// Load the image needed for the wave shader
|
||||||
|
Loading…
Reference in New Issue
Block a user