fix:1、添加arrow的游戏代码,和相关的周边功能

This commit is contained in:
2026-07-10 17:57:02 +08:00
parent dd56ccb469
commit f1e05d9547
145 changed files with 8492 additions and 1059 deletions
+5 -5
View File
@@ -566,7 +566,7 @@ namespace RedHotRoast
//ui.broadcast.visible = GameHelper.IsGiftSwitch();
ui.btn_pass.SetClick(OnClickPass);
// if (GameHelper.IsGiftSwitch() || (ConfigSystem.GetConfig<CommonModel>().WVswitch == 1))
// if (GameHelper.IsGiftSwitch() || (ConfigSystem.GetCommonConf().WVswitch == 1))
// {
// ui.btn_h5.visible = false;
// }
@@ -578,10 +578,10 @@ namespace RedHotRoast
ui.btn_head.SetClick(() => { UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PersonViewUI_Open); });
if (HallManager.Instance.enterHallTimes == 1)
{
reCreatPur();
}
// if (HallManager.Instance.enterHallTimes == 1)
// {
// reCreatPur();
// }
if (!GameHelper.IsGiftSwitch())