Example #1
0
 public void UpdateResolution()
 {
     GUIControl.UpdateResolution(GameSettings.g_screenwidth, GameSettings.g_screenheight);
     GuiCanvas.Resize(GameSettings.g_screenwidth, GameSettings.g_screenheight);
 }