X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fintro.cpp;h=d23e600d783c0c7181af7b23faa7c6f970fe496c;hb=3b5cd0c1ef515b2c510f7378819fab398e2be9d2;hp=70a7b31c8a86b7afa4c81a8ce688fc8eeec0e09a;hpb=edaf0ed5b842118173311f52a0ddb200565f8978;p=supertux.git diff --git a/src/intro.cpp b/src/intro.cpp index 70a7b31c8..d23e600d7 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -16,27 +16,19 @@ // 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 -#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() { -if(debug_mode) - fade("/images/background/arctis2.jpg", 30, false); -display_text_file("intro.txt", "/images/background/arctis2.jpg", SCROLL_SPEED_MESSAGE); + display_text_file("intro.txt", 1, white_big_text , white_text, white_small_text, blue_text ); }