11
This commit is contained in:
parent
7e4379fbcb
commit
4a9233364c
@ -904,7 +904,7 @@ string HandleButtoncallId=11;//
|
|||||||
}
|
}
|
||||||
if (userJoinResponse.MessageType == 11)//房间开始
|
if (userJoinResponse.MessageType == 11)//房间开始
|
||||||
{
|
{
|
||||||
GameObject.Find("HostCanvas").GetComponent<Starthost>().isSatisfy = true;
|
Debug.LogWarning("·¿¼ä¿ªÊ¼");
|
||||||
test111.instance.Oppanel();
|
test111.instance.Oppanel();
|
||||||
}
|
}
|
||||||
if (userJoinResponse.MessageType == 12)//玩家准备
|
if (userJoinResponse.MessageType == 12)//玩家准备
|
||||||
@ -913,6 +913,7 @@ string HandleButtoncallId=11;//
|
|||||||
{
|
{
|
||||||
Debug.Log("服务器给准备好消息");
|
Debug.Log("服务器给准备好消息");
|
||||||
GameObject.Find("HostCanvas").GetComponent<Starthost>().start.interactable = true;
|
GameObject.Find("HostCanvas").GetComponent<Starthost>().start.interactable = true;
|
||||||
|
GameObject.Find("HostCanvas").GetComponent<Starthost>().isSatisfy = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -63,6 +63,7 @@ public class Starthost : MonoBehaviour
|
|||||||
}
|
}
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
|
test.lodingWebSocket(ReadRoom.instance.ID);
|
||||||
closeBtn.onClick.AddListener(() =>
|
closeBtn.onClick.AddListener(() =>
|
||||||
{
|
{
|
||||||
Renyuan.SetActive(false);
|
Renyuan.SetActive(false);
|
||||||
@ -104,8 +105,10 @@ public class Starthost : MonoBehaviour
|
|||||||
ready.gameObject.SetActive(false);
|
ready.gameObject.SetActive(false);
|
||||||
posiBtn.gameObject.SetActive(true);
|
posiBtn.gameObject.SetActive(true);
|
||||||
start.gameObject.SetActive(true);
|
start.gameObject.SetActive(true);
|
||||||
|
test.JoinRoom(ReadRoom.instance.roomid);
|
||||||
|
test.PlayerReady(ReadRoom.instance.roomid, true);
|
||||||
}
|
}
|
||||||
test.lodingWebSocket(ReadRoom.instance.ID);
|
|
||||||
}
|
}
|
||||||
void OnEnable()
|
void OnEnable()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user