X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fintro.cpp;h=19376394233afb31eb7ff511d63f24cc60e70321;hb=c0af01d5e9974c6206d7978ab871f6868e903a7e;hp=372b7f3ebc9e638ed51b1482a5e62969489d03bc;hpb=edaacb3651cf0560314dd008d7243be4b3b2f8c6;p=supertux.git diff --git a/src/intro.cpp b/src/intro.cpp index 372b7f3eb..193763942 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -19,14 +19,15 @@ #include "intro.h" #include "app/globals.h" -#include "app/defines.h" +#include "defines.h" #include "video/font.h" #include "video/screen.h" +#include "resources.h" using namespace SuperTux; void draw_intro() { - display_text_file("intro.txt", 1); + display_text_file("intro.txt", 1, white_big_text , white_text, white_small_text, blue_text ); }