mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 18:40:03 +00:00
Update MenuManager.cs
This commit is contained in:
parent
a96cad2dfc
commit
e9428a265d
@ -140,7 +140,7 @@ namespace QSB.Menus
|
|||||||
|
|
||||||
private void OpenInfoPopup(string message, string okButtonText, string cancelButtonText)
|
private void OpenInfoPopup(string message, string okButtonText, string cancelButtonText)
|
||||||
{
|
{
|
||||||
TwoButtonInfoPopup.SetUpPopup(message, InputLibrary.menuConfirm, InputLibrary.cancel, new ScreenPrompt(okButtonText), new ScreenPrompt(cancelButtonText), true, true);
|
TwoButtonInfoPopup.SetUpPopup(message, InputLibrary.menuConfirm, InputLibrary.cancel, new ScreenPrompt(okButtonText), new ScreenPrompt(cancelButtonText));
|
||||||
|
|
||||||
OWTime.Pause(OWTime.PauseType.Menu);
|
OWTime.Pause(OWTime.PauseType.Menu);
|
||||||
OWInput.ChangeInputMode(InputMode.Menu);
|
OWInput.ChangeInputMode(InputMode.Menu);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user