Merge branch 'master' of http://git.umayle.com:2023/yulong/NewN_UAVPlane
This commit is contained in:
commit
e5c6733f60
|
@ -190,7 +190,7 @@ public class RadarManger : MonoBehaviour
|
||||||
{
|
{
|
||||||
if (equipmentCommon.isPlayer && timerCoroutine == null)
|
if (equipmentCommon.isPlayer && timerCoroutine == null)
|
||||||
{
|
{
|
||||||
timerCoroutine = StartCoroutine(Timer());
|
//timerCoroutine = StartCoroutine(Timer());
|
||||||
isTimerRunning = true;
|
isTimerRunning = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -239,7 +239,7 @@ public class RadarManger : MonoBehaviour
|
||||||
break;
|
break;
|
||||||
case "探测距离:":
|
case "探测距离:":
|
||||||
DetectionRange = weaponitemone[i].para_value;
|
DetectionRange = weaponitemone[i].para_value;
|
||||||
detectionRadius = float.Parse(DetectionRange) * 100;
|
detectionRadius = float.Parse(DetectionRange) * 200;
|
||||||
minCamera.orthographicSize = detectionRadius;
|
minCamera.orthographicSize = detectionRadius;
|
||||||
break;
|
break;
|
||||||
case "近盲区:":
|
case "近盲区:":
|
||||||
|
|
Loading…
Reference in New Issue