Beispiel #1
0
 // Setup the tutorial text
 public static void SetupText(SpriteFont font)
 {
     TutorialText = new TypeText("Look! Some of these blocks are damaged. If you make contact\n" +
                                 "they will disappear for a short amount of time.\n" +
                                 "Also, avoid those spikes, they look deadly.\n" +
                                 "From here on out: Good Luck!", 2, new Vector2(50, 40), font);
 }
Beispiel #2
0
 // Setup the tutorial text
 public static void SetupText(SpriteFont font)
 {
     TutorialText = new TypeText("Welcome to JUMPER! Your mission is to reach the elevator on\neach level. However, in order to use it you will need to collect\n" +
                                 "all keycards. Avoid contact with 'glitches' to stay alive.\n" +
                                 "But be quick, time is limited.", 2, new Vector2(50, 40), font);
 }