Пример #1
0
 public GameOptionScreen(Game game) : base(game)
 {
     buttons         = ButtonFactory.CreateGameOptionsButtons();
     index           = 0;
     tempSencitivity = controlManager.Mouse.Sensitivity * 1000;
     tempDimencions  = screenManager.Dimensions;
     tempFullScreen  = screenManager.Fullscreen;
 }