Compare commits
2 Commits
640bb4f529
...
280475be0c
Author | SHA1 | Date |
---|---|---|
|
280475be0c | |
|
2b6815c369 |
|
@ -190,7 +190,7 @@ public class RadarManger : MonoBehaviour
|
|||
{
|
||||
if (equipmentCommon.isPlayer && timerCoroutine == null)
|
||||
{
|
||||
timerCoroutine = StartCoroutine(Timer());
|
||||
//timerCoroutine = StartCoroutine(Timer());
|
||||
isTimerRunning = true;
|
||||
}
|
||||
}
|
||||
|
@ -239,7 +239,7 @@ public class RadarManger : MonoBehaviour
|
|||
break;
|
||||
case "探测距离:":
|
||||
DetectionRange = weaponitemone[i].para_value;
|
||||
detectionRadius = float.Parse(DetectionRange) * 100;
|
||||
detectionRadius = float.Parse(DetectionRange) * 200;
|
||||
minCamera.orthographicSize = detectionRadius;
|
||||
break;
|
||||
case "近盲区:":
|
||||
|
|
Loading…
Reference in New Issue