X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fintro.cpp;h=19376394233afb31eb7ff511d63f24cc60e70321;hb=c06f17a80ab84d8a26bf7c7bb381ad3f15596de8;hp=a0aa61895cd2ca7e10634697b511ecf218ef0cae;hpb=03fe5c560a616e7d38a8b1d5d11bfe4675fa8896;p=supertux.git diff --git a/src/intro.cpp b/src/intro.cpp index a0aa61895..193763942 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -16,14 +16,18 @@ // 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 "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 ); }