提交
This commit is contained in:
@@ -71,6 +71,10 @@ namespace BingoBrain
|
||||
CtrlCloseUI();
|
||||
});
|
||||
}
|
||||
ui.btn_website.SetClick(() =>
|
||||
{
|
||||
OpenBrowser.OpenURL("https://bingotor.com/");
|
||||
});
|
||||
}
|
||||
|
||||
private void OnClickSoundBtn()
|
||||
@@ -96,7 +100,7 @@ namespace BingoBrain
|
||||
{
|
||||
ui.text_version.SetVar("version", Application.version).FlushVars();
|
||||
|
||||
ui.text_uid.text = "UID:"+GameHelper.GetLoginModel().uid ;
|
||||
ui.text_uid.text = "UID:" + GameHelper.GetLoginModel().uid;
|
||||
ui.btn_music.btn_on.cont_btn.selectedIndex = model.IsOpenMusic ? btn_on.Btn_on : btn_on.Btn_off;
|
||||
ui.btn_sound.btn_on.cont_btn.selectedIndex = model.IsOpenEffect ? btn_on.Btn_on : btn_on.Btn_off;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user