public MyGuiScreenScenario()
     : base(new Vector2(0.5f, 0.5f), MyGuiConstants.SCREEN_BACKGROUND_COLOR, CalcSize(null/*checkpoint*/))
 {
     Static = this;
     RecreateControls(true);
 }
 public MyGuiScreenScenario()
     : base(new Vector2(0.5f, 0.5f), MyGuiConstants.SCREEN_BACKGROUND_COLOR, CalcSize(null /*checkpoint*/))
 {
     Static = this;
     RecreateControls(true);
 }