Asteroids.Classes.AsteroidsIntro.IntroText C# (CSharp) Method

IntroText() public method

public IntroText ( ) : void
return void
        public void IntroText()
        {
            title = "JUST ANOTHER ASTEROIDS GAME";
                fontPosTitle.Y -= 0.5f;
                fontPos.Y -= 0.5f;

                output = @"

            2nd Corporal Dimitri had just gotten the word
            That spacestation DS9 was being attacked by aliens.

            The Aliens had used their advanced technology.
            To slingshot a whole belt of astroids
            into the spacestation: DS9.

            It is now Dimitri's job to destroy the astroids.
            And any alien blocking his path
            before the Astroids reach the spacestation.

            Dimitri retracted his landing gear
            and took off into the distance.

            Will he save DS9?
            Will he return safely?

            You're still waiting right?

            Did you try to press the
            Spacebar?

            You just tried that didnt you......

            Ok, I'll give you a hint....
            It's not the Escape button!!

            90% of the people who played
            this game experienced the power
            of Esc.

            The other 10% are smart
            enough not to listen to some
            text that appears in their
            screen.

            Good luck, we'll see you on
            the other side.

            Oh... yeah... In case you haven't tried
            every key on your keyboard yet..

            To skip this press E

            It's also the only way to exit the intro.
            ";
        }