提交
This commit is contained in:
@@ -46,7 +46,7 @@ namespace ScrewsMaster
|
||||
|
||||
protected override void OnOpenBefore(object args)
|
||||
{
|
||||
// var mode = (int)args;
|
||||
// var mode = (int)args;
|
||||
// ui.switchgift.selectedIndex = mode;
|
||||
|
||||
InitView();
|
||||
@@ -119,10 +119,12 @@ namespace ScrewsMaster
|
||||
ui.ExitBtn.SetClick(() =>
|
||||
{
|
||||
CloseMenu();
|
||||
|
||||
ShowScrews.Instance.TrackGameCompletion(false);
|
||||
ShowScrews.Instance.ClearLevelData();
|
||||
|
||||
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.GameHomeUI_Open);
|
||||
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.SheepPlayUI_Close);
|
||||
});
|
||||
ui.btn_restore.SetClick(() =>
|
||||
{
|
||||
@@ -241,7 +243,7 @@ namespace ScrewsMaster
|
||||
|
||||
private void OnClickContact()
|
||||
{
|
||||
GameHelper.OpenEmail();
|
||||
GameHelper.OpenEmail();
|
||||
//Application.OpenURL("https://official.nutboltparty.fun/");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user