Beispiel #1
0
 public IntroScreen(Game game) : base(game)
 {
     procentage = 1;
     zoom       = 1;
     buttons    = ButtonFactory.CreateIntroButtons();
     screenManager.IsTransitioning = true;
     timeToDisplay = 2;
 }