Badguys from the start of the level were not appearing. Fixed.
[supertux.git] / src / intro.cpp
index 587339e..1937639 100644 (file)
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "intro.h"
-#include "globals.h"
+#include "app/globals.h"
 #include "defines.h"
-#include "screen/font.h"
-#include "screen/screen.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/arctis.jpg", SCROLL_SPEED_MESSAGE);
+  display_text_file("intro.txt", 1, white_big_text , white_text, white_small_text, blue_text );
 }