fix:1、添加arrow的游戏代码,和相关的周边功能
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user