Merge branch 'main' of http://shu.sheziwanglo.cn:3000/wulongxiao/_xiaofang
This commit is contained in:
commit
8792d291ec
@ -907,11 +907,15 @@ string HandleButtoncallId=11;//
|
||||
test111.instance.Oppanel();
|
||||
}
|
||||
if (userJoinResponse.MessageType == 12)//玩家准备
|
||||
{
|
||||
if (userJoinResponse.IsAllReady)
|
||||
{
|
||||
Debug.Log("服务器给准备好消息");
|
||||
GameObject.Find("HostCanvas").GetComponent<Starthost>().isSatisfy = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
//帧数据
|
||||
|
@ -101,7 +101,7 @@ public class Panel : Base
|
||||
public SelectScenePanel selectScenePanel;
|
||||
public DatePanel datePanel;
|
||||
public WarningPopPanel warningPopPanel;
|
||||
public RequirementPanel requirementPanel;
|
||||
//public RequirementPanel requirementPanel;
|
||||
|
||||
private bool isPersonSelected = false; // 标志是否选择了人员
|
||||
private bool isDutySelected = false; // 标志是否选择了职责
|
||||
@ -908,7 +908,7 @@ public class Panel : Base
|
||||
public void OnclickRequirementsBtn()
|
||||
{
|
||||
requirementsPrefab.gameObject.SetActive(true);
|
||||
requirementPanel.LoadingSceneLable();
|
||||
//requirementPanel.LoadingSceneLable();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user