X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fintro.cpp;h=19376394233afb31eb7ff511d63f24cc60e70321;hb=8d5a5f453122c39664e534eaef259e59050eba6d;hp=991c77f7f56b2351ae3976a4a22b892e7851d059;hpb=66ebf6a6d8d237b98ee6521b73a18e6357585f26;p=supertux.git diff --git a/src/intro.cpp b/src/intro.cpp index 991c77f7f..193763942 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -17,24 +17,17 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#include -#include -#include -#include -#include -#include -#include -#include - -#include "defines.h" -#include "globals.h" #include "intro.h" -#include "text.h" +#include "app/globals.h" +#include "defines.h" +#include "video/font.h" +#include "video/screen.h" +#include "resources.h" -#include "screen.h" +using namespace SuperTux; void draw_intro() { -display_text_file("intro.txt", "/images/background/arctis.jpg", SCROLL_SPEED_MESSAGE); + display_text_file("intro.txt", 1, white_big_text , white_text, white_small_text, blue_text ); }