diff --git a/samples/bin/datas/pong/cheeseburger.ttf b/samples/bin/datas/pong/cheeseburger.ttf deleted file mode 100644 index 47704266..00000000 Binary files a/samples/bin/datas/pong/cheeseburger.ttf and /dev/null differ diff --git a/samples/bin/datas/pong/sansation.ttf b/samples/bin/datas/pong/sansation.ttf new file mode 100644 index 00000000..d85fbc81 Binary files /dev/null and b/samples/bin/datas/pong/sansation.ttf differ diff --git a/samples/bin/datas/shader/arial.ttf b/samples/bin/datas/shader/arial.ttf deleted file mode 100644 index ff0815cd..00000000 Binary files a/samples/bin/datas/shader/arial.ttf and /dev/null differ diff --git a/samples/bin/datas/shader/sansation.ttf b/samples/bin/datas/shader/sansation.ttf new file mode 100644 index 00000000..d85fbc81 Binary files /dev/null and b/samples/bin/datas/shader/sansation.ttf differ diff --git a/samples/pong/Pong.cpp b/samples/pong/Pong.cpp index e1db79b1..7230734f 100644 --- a/samples/pong/Pong.cpp +++ b/samples/pong/Pong.cpp @@ -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 diff --git a/samples/shader/Shader.cpp b/samples/shader/Shader.cpp index c76009df..00bb4575 100644 --- a/samples/shader/Shader.cpp +++ b/samples/shader/Shader.cpp @@ -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