badguys can now have multiple hitpoints (default is 1)
[supertux.git] / src / intro.cpp
index 70399d8..d23e600 100644 (file)
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#include <config.h>
 
-#include <iostream>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <unistd.h>
-#include <SDL.h>
-#include <SDL_image.h>
-
-#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 );
 }