Beispiel #1
0
 /**
  * Taptaptap is a mini-game.
  *
  * Auto-launching at instanciation
  */
 public Taptaptap()
 {
     _drawer = new GraphicTools();
     if (Stats.Player.TaptaptapScore < 1000)
     {
         StartingAnimation();
         Play();
     }
     MenuBar.Display();
 }