X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fintro.cpp;h=d23e600d783c0c7181af7b23faa7c6f970fe496c;hb=8daad02cf03b9cef0bc47c068cf216d5971c543b;hp=e53927959e8cf86718649efee515c186dd7bb333;hpb=f93fe31d61df5bdee12a35f6991ed75ea1259719;p=supertux.git diff --git a/src/intro.cpp b/src/intro.cpp index e53927959..d23e600d7 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -16,15 +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 "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", SCROLL_SPEED_MESSAGE); + display_text_file("intro.txt", 1, white_big_text , white_text, white_small_text, blue_text ); }