更新bug

This commit is contained in:
2026-05-25 10:07:19 +08:00
parent c8a5c4f2e5
commit f0d5a44e4f
557 changed files with 214 additions and 40840 deletions
+7 -3
View File
@@ -296,9 +296,9 @@ namespace ChillConnect
ui.head_red.visible = PlayerPrefs.GetInt("player_head_red", 0) == 0;
ui.btn_head.SetClick(() =>
{
if (PlayerPrefs.GetInt("player_head_red", 0) == 0) PlayerPrefs.SetInt("player_head_red", 1);
ui.head_red.visible = PlayerPrefs.GetInt("player_head_red", 0) == 0;
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PersonViewUI_Open);
// if (PlayerPrefs.GetInt("player_head_red", 0) == 0) PlayerPrefs.SetInt("player_head_red", 1);
// ui.head_red.visible = PlayerPrefs.GetInt("player_head_red", 0) == 0;
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.MenuUI_Open);
});
var btnCoin = ui.btn_gold as com_gold;
@@ -444,6 +444,10 @@ namespace ChillConnect
else
OnClickPlay();
});
ui.btn_setting.SetClick(() =>
{
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PersonViewUI_Open);
});
}
private void OnClickTask(bool isLevel)
{