mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +00:00
use jgasgjk
This commit is contained in:
parent
1644584ebf
commit
b178d0d98e
@ -342,7 +342,7 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
|
||||
SetButtonActive(NewGameButton, false);
|
||||
|
||||
_connectButtonText.text = "CONNECTING...";
|
||||
ConnectButton.GetComponent<SubmitActionMenu>().enabled = false;
|
||||
Locator.GetMenuInputModule().DisableInputs();
|
||||
}
|
||||
|
||||
if (QSBSceneManager.IsInUniverse)
|
||||
@ -410,6 +410,6 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
|
||||
SetButtonActive(NewGameButton, true);
|
||||
|
||||
_connectButtonText.text = ConnectString;
|
||||
ConnectButton.GetComponent<SubmitActionMenu>().enabled = true;
|
||||
Locator.GetMenuInputModule().EnableInputs();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user