예제 #1
0
        public MyGuiScreenMedicals()
            : base(new Vector2(0.85f, 0.5f), MyGuiConstants.SCREEN_BACKGROUND_COLOR, new Vector2(0.95f, 0.8f))
        {
            Static = this;
            EnabledBackgroundFade = true;
            CloseButtonEnabled = false;
            m_closeOnEsc = false;
            m_selectedRespawnShip = null;

            RecreateControls(true);

            MySandboxGame.PausePush();
        }
예제 #2
0
 public override void SetNoRespawnText(StringBuilder text, int timeSec)
 {
     MyGuiScreenMedicals.SetNoRespawnText(text, timeSec);
 }
예제 #3
0
 public override void CloseRespawnScreen()
 {
     MyGuiScreenMedicals.Close();
 }