Compare commits
No commits in common. "280475be0cd4efc88d6d204629518de7b7b3242e" and "640bb4f529e7bbfad66d373d2db0a457859c2c54" have entirely different histories.
280475be0c
...
640bb4f529
|
|
@ -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) * 200;
|
||||
detectionRadius = float.Parse(DetectionRange) * 100;
|
||||
minCamera.orthographicSize = detectionRadius;
|
||||
break;
|
||||
case "近盲区:":
|
||||
|
|
|
|||
Loading…
Reference in New Issue