intro = loadImage("Intro.jpeg");
titan = createFont("Papyrus-48.vlw",28);
journey = loadImage("agro_canyon.jpg");
horse = loadImage("horse.jpeg");
danger = loadImage("encounter.jpeg");
blind = loadImage("swordblind.jpeg");
ninja = loadImage("sneakattack.jpeg");
finish = loadImage("headstab.jpeg");
win = loadImage("victory.jpeg");
lose = loadImage("squish.jpeg");
image(intro, 0, 0, width, height);
text("Face The", 60, 180);
text("Colossus", 80, 240);
text("Press the (s) key to Start!", 250, 400);
image(journey, 0, 0, width, height);
text("To save your beloved, you must be proven", 450, 40);
text("worthy in the eyes of the Gods... Go forth", 450, 55);
text("hero, and face the Colossus!" ,450, 70);
text("[Press (h) to continue].", 460, 90);
image(horse, 0, 0, width, height);
text("A wild Colossus appeared!", 200, 40);
text("What will you do?", 200, 55);
text("A) Draw Bow & Arrow", 400, 40);
text("B) Use Sword", 400, 55);
text("C) Dash Between Legs", 400, 70);
text("D) Stand Your Ground", 400, 85);
image(danger, 0, 0, width, height);
text("It's about to attack! Time to make a move!", 50, 50);
text("w) Blind it with sword's power!", 10, 100);
text("x) Dodge!", 10, 120);
text("y) Shoot it's feet with bow and arrow!", 10, 140);
text("z) Call for horse!", 10, 160);
image(blind, 0, 0, width, height);
text("Excellent work, you've stunned it!", 20, 450);
text("[Press (g) to continue!]", 20, 480);
image(ninja, 0, 0, width, height);
text("Now is your chance! Press (a) to climb onto it's head!", 300, 200);
image(finish, 0, 0, width, height);
text("Finish IT!!!", 50, 150);
text("Press (b) to stab the head!", 50, 170);
image(win, 0, 0, width, height);
text("The Colossus has fallen. You have proven", 5, 100);
text("your worth mortal.", 5, 115);
image(lose, 0, 0, width, height) ;
text("Game Over", 10, 40);
text("(Squish)", 10, 55);
text("Try Again? (Press (R)", 400, 350);