Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. g.drawImage(this.you, 230, -70, this.mo);
  2. g.drawImage(this.kagan, 230, 200, this.mo);
  3. g.setColor(Color.white);
  4. g.drawString("You are, of course, an incredibly tired AP Euro Student", 5, 20);
  5. g.drawString("It's the day before the test, and you have yet to study.", 5, 35);
  6. g.drawString("And you're ready to sit down and get to work, even if that", 5, 50);
  7. g.drawString("means reading Kagan for five hours straight.", 5, 65);
  8. g.drawString("You start looking around for Kagan, and see that", 5, 80);
  9. g.drawString("he's not on the bed where you remember having left him...", 5, 95);
  10. g.drawString("suddenly, you spot something out of the corner of your eye!", 5, 110);
  11. g.drawString("OH NO! SOMEONE HAS STABBED YOUR KAGAN WITH A KNIFE,", 5, 140);
  12. g.drawString("MAKING HIM...", 5, 155);
  13. g.drawString("...UNREADABLE!", 5, 170);
  14. g.drawString("And they left a note (in purple marker):", 5, 200);
  15. g.drawImage(this.note, 5, 220, this.mo);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement