fix:1、添加兑换code界面。2、更改单双指的禁用和开启(打开其他界面时)
This commit is contained in:
@@ -46,6 +46,8 @@ namespace ChillConnect
|
||||
|
||||
protected override void OnClose()
|
||||
{
|
||||
GameDispatcher.Instance.Dispatch(GameMsg.StopArrowTouch, true);
|
||||
|
||||
GameHelper.showGameUI = true;
|
||||
}
|
||||
|
||||
@@ -56,6 +58,9 @@ namespace ChillConnect
|
||||
|
||||
protected override void OnOpenBefore(object args)
|
||||
{
|
||||
|
||||
GameDispatcher.Instance.Dispatch(GameMsg.StopArrowTouch, false);
|
||||
|
||||
if (Screen.safeArea.y != 0)
|
||||
{
|
||||
ui.com_gold.y += 68;
|
||||
|
||||
Reference in New Issue
Block a user