Esempio n. 1
0
 public MyCustomMainMenu(bool pauseGame)
     : base(pauseGame)
 {
     m_myBadgeHelper = new MyBadgeHelper();
     //Draws the badges under the Space Engineers Logo
     MyGuiSandbox.DrawGameLogoHandler = m_myBadgeHelper.DrawGameLogo;
     //Decides if the game should use keyboard and mouse controls or Xbox Controls.
     MyInput.Static.IsJoystickLastUsed = MySandboxGame.Config.ControllerDefaultOnStart || MyPlatformGameSettings.CONTROLLER_DEFAULT_ON_START;
 }