提交
This commit is contained in:
@@ -371,6 +371,7 @@ namespace BingoBrain
|
||||
if (PreferencesMgr.Instance.CardBoardSum >= need_card)
|
||||
{
|
||||
PreferencesMgr.Instance.CardBoardSum -= need_card;
|
||||
PreferencesMgr.Instance.CardBoardIndex=play_index_list[i];
|
||||
ui.com_cards.text_fx.text = $"-{need_card}";
|
||||
ui.touchable = false;
|
||||
ui.com_cards.fx_num.Play();
|
||||
|
||||
@@ -82,7 +82,7 @@ namespace BingoBrain
|
||||
{
|
||||
var aRichTextField = new GTextField();
|
||||
aRichTextField.SetSize(GRoot.inst.width, 100);
|
||||
aRichTextField.color = new Color32(19,136,198,1);
|
||||
aRichTextField.color = new Color32(193,114,83,1);
|
||||
|
||||
|
||||
aRichTextField.textFormat.size = 38;
|
||||
|
||||
@@ -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