X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fintro.cpp;h=19376394233afb31eb7ff511d63f24cc60e70321;hb=95ef01464dbf007c0f0d9c3d8a88a147c117385d;hp=70399d8d65b7cc0c45032f032c6f3a5a5296ab74;hpb=ab307846ec510e776f4f314acc58e0170133b572;p=supertux.git diff --git a/src/intro.cpp b/src/intro.cpp index 70399d8d6..193763942 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -17,22 +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" + +using namespace SuperTux; void draw_intro() { -display_text_file("intro.txt", "images/background/arctis2.jpg"); + display_text_file("intro.txt", 1, white_big_text , white_text, white_small_text, blue_text ); }