コード例 #1
0
 public ExitScreen(Game game) : base(game)
 {
     procentage = 1;
     zoom       = 1;
     buttons    = ButtonFactory.CreateExitButtons();
     screenManager.IsTransitioning = true;
     timeToDisplay = 2;
 }