This commit is contained in:
yulong 2024-01-29 15:06:21 +08:00
parent 845a7ca740
commit 2b6815c369
1 changed files with 2 additions and 2 deletions

View File

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