Ejemplo n.º 1
0
 public override void InitScene()
 {
     base.drawStatusBar = false;
     if (GameEngine.OriginalText)
     {
         this.paragraphs = new string[] { "THIS IS THE MONSTER WORLD", "NOW, UNDAUNTED BY MANY DIFFICULTIES, YOU AT LAST ARRIVE AT YOUR FINAL DESTINATION", "YOUR GOAL IS THE ROOM WHERE THE FEARSOME DRAGON RESIDES", "HOWEVER, THERE IS SOMETHING YOU DIDN'T COUNT ON", "THE FACT THAT, ON THE DRAGON, THERE IS A TERRIBLE CURSE" };
     }
     else
     {
         this.paragraphs = new string[] { "YOU ARE ABOUT TO ENTER THE CASTLE OF THE DREADED MECHA DRAGON, LEADER OF ALL MONSTERS.", "HE IS KNOWN TO DRESS HIS VICTIMS UP AS FURRIES AND THEN POST EMBARASSING PICTURES OF THEM ON 4CHAN.", "YOU MUST BRAVE HIS FORTRESS AND PUT AN END TO HIS WAYS. BUT BEWARE! YOU TOO COULD BE TRANSFORMED INTO A HIDEOUS CREATURE, FOREVER DOOMED TO STAR IN POKEMON HENTAI FANFICTION.", "YOUR JOURNEY BEGINS NOW." };
     }
     this.text = new GameTextParagraph(this.paragraphs[0]);
     this.text.Location = new Point(40, 100);
     this.text.TextColor = Color.White;
     this.text.CenterText(new Rectangle(0, 0, GameEngine.ScreenWidth, GameEngine.ScreenHeight));
     this.par = 0;
 }
Ejemplo n.º 2
0
 public CastleCrumbleScene()
 {
     this.castlePartsPositions[0] = new PointF(161f, 160f);
     this.castlePartsPositions[2] = new PointF(191f, 160f);
     this.castlePartsPositions[1] = new PointF(220f, 160f);
     if (GameEngine.OriginalText)
     {
         this.paragraphs = new string[] { "OH NO! THEY GOT YOU. YOU'VE BEEN CURSED BY THE DRAGON AND NOW YOU'RE A GRUESOME CREATURE!", "YOU HAVE NO CHOICE BUT TO SEARCH OUT THE POWERFUL ANTIDOTE OF THE SALAMANDER CROSS.", "YOUR SUCCESS DEPENDS ON YOUR ACQUIRING THE LEGENDARY ARMOR AND ARSENAL TO ASSIST YOU IN THE BATTLE AGAINST 5 BEASTLY BRUTES.", "YOU ARE A DESPERADO IN YOUR FIGHT TO RETURN YOUR GOOD LOOKS AND TO SAVE THE WORLD FROM THE CLUTCHES OF THESE DRAGONS." };
     }
     else
     {
         this.paragraphs = new string[] { "F**K. YOU REALLY SCREWED UP NOW. NOW YOURE A F*****G LIZARD. WHAT THE CHRIST", "BITCH GAVE YOU A CURSE. NOW YOU GON HAVE TO FIND SOME KIND OF AMULET.", "PRETTY GAY IF YOU ASK ME." };
     }
     this.text = new GameTextParagraph(this.paragraphs[0], 0x1c);
     this.text.Location = new Point(50, 50);
     this.innerShake = new PointF(0f, 0f);
     this.outerShake = new PointF(0f, 0f);
 }