This commit is contained in:
parent
dce760e536
commit
e4cded328a
|
@ -469,12 +469,6 @@ public class GameManager : MonoSingleton<GameManager>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (uavm)
|
|
||||||
{
|
|
||||||
uavm.SetTipsColor();
|
|
||||||
DroneViewDisplay.Instance.CreateUI(uavm, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
Debug.Log($"<color=yellow>是否是player{data.r3 == GlobalFlag.currentUser.user_id}</color>");
|
Debug.Log($"<color=yellow>是否是player{data.r3 == GlobalFlag.currentUser.user_id}</color>");
|
||||||
device.GetComponent<EquipmentCommon>().FillInTheData(data.list_para, data);
|
device.GetComponent<EquipmentCommon>().FillInTheData(data.list_para, data);
|
||||||
device.GetComponent<EquipmentCommon>().deviceID = data.id;
|
device.GetComponent<EquipmentCommon>().deviceID = data.id;
|
||||||
|
@ -482,7 +476,11 @@ public class GameManager : MonoSingleton<GameManager>
|
||||||
{
|
{
|
||||||
device.GetComponent<EquipmentCommon>().isPlayer = true;
|
device.GetComponent<EquipmentCommon>().isPlayer = true;
|
||||||
}
|
}
|
||||||
|
if (uavm)
|
||||||
|
{
|
||||||
|
uavm.SetTipsColor();
|
||||||
|
DroneViewDisplay.Instance.CreateUI(uavm, false);
|
||||||
|
}
|
||||||
FormationManager.Instance.WhenSpawn();
|
FormationManager.Instance.WhenSpawn();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue