Compare commits

...

2 Commits

Author SHA1 Message Date
yulong 280475be0c Merge branch 'master' of http://git.umayle.com:2023/yulong/NewN_UAVPlane 2024-01-29 15:06:30 +08:00
yulong 2b6815c369 1 2024-01-29 15:06:21 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -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 "近盲区:":